#381C18

Color #381C18 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #381C18

Tints of Seal Brown #381C18

Color information

#381C18 (or 0x381C18) is unknown color: approx Seal Brown. HEX triplet: 38, 1C and 18. RGB value is (56,28,24). Sum of RGB (Red+Green+Blue) = 56+28+24=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #381C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C18 is #C7E3E7. Grayscale: #232323. Windows color (decimal): -13100008 or 1580088. OLE color: 1580088.

HSL color Cylindrical-coordinate representation of color #381C18: hue angle of 7.5º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #381C18 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB562824-
CMYK00.500.570.78
HSL7.5º40%15.69%-
HSV(B)7.5º57.14%21.96%-
XYZ2.211.741.08-
YUV35.92121.28142.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 51.85%
GREEN value IS 28 (11.33% from 255) = 25.93%
BLUE value IS 24 (9.77% from 255) = 22.22%
R=51.85%
G=25.93%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56282400.500.570.787.54015.69
Hex381C18032394E82810
Octal70343006271116105020
Binary111000111001100001100101110011001110100010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381C18; }

 p { color: rgb(56,28,24); }

 H1.HeaderClassName
 {
   color: #381C18;
 }
 .AnyTagClassName
 {
   color: #381C18;
 }
</style>
background-color css

<style>
 a { background-color: #381C18; }

 a { background-color: rgb(56,28,24); }

 div.DivClassName
 {
   background-color: #381C18;
 }
 .BgClassName
 {
   background-color: #381C18;
 }
</style>
border-color css

<style>
 span { border-color: #381C18; }

 span { border-color: rgb(56,28,24); }

 td.TdClassName
 {
   border-color: #381C18;
 }
 .TagClassName
 {
   border-color: #381C18;
 }
</style>