#391C18

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

Shades of Seal Brown #391C18

Tints of Seal Brown #391C18

Color information

#391C18 (or 0x391C18) is unknown color: approx Seal Brown. HEX triplet: 39, 1C and 18. RGB value is (57,28,24). Sum of RGB (Red+Green+Blue) = 57+28+24=109 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.29% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 57 - color contains mainly: red. Hex color #391C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391C18 is #C6E3E7. Grayscale: #242424. Windows color (decimal): -13034472 or 1580089. OLE color: 1580089.

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

Color convert

RGB572824-
CMYK00.510.580.78
HSL7.27º40.74%15.88%-
HSV(B)7.27º57.89%22.35%-
XYZ2.271.771.09-
YUV36.21121.11142.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.29%
GREEN value IS 28 (11.33% from 255) = 25.69%
BLUE value IS 24 (9.77% from 255) = 22.02%
R=52.29%
G=25.69%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57282400.510.580.787.2740.7415.88
Hex391C180333A4E72910
Octal7134300637211675120
Binary11100111100110000110011111010100111011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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