Html Css Color HEX #391412 Seal Brown

📋 copy color: '#391412'

red 57 ◦ green 20 ◦ blue 18

#391412
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #391412

Tints of Seal Brown #391412

RGB

 RED value IS 57 (22.66% from 255) = 60%

 GREEN value IS 20 (8.2% from 255) = 21.05%

 BLUE value IS 18 (7.42% from 255) = 18.95%

R = 60%
G = 21.05%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#391412 (or 0x391412) is known color: Seal Brown. HEX triplet: 39, 14 and 12. RGB value is (57,20,18). Sum of RGB (Red+Green+Blue) = 57+20+18=95 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 57 - color contains mainly: red. Hex color #391412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391412 is #C6EBED. Grayscale: #1E1E1E. Windows color (decimal): -13036526 or 1184825. OLE color: 1184825.

HSL color Cylindrical-coordinate representation of color #391412: hue angle of 3.08º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #391412 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 20 18 -
CMYK 0 0.65 0.68 0.78
HSL 3.08º 0.52% 0.15% -
HSV(B) 3.08º 0.68% 0.22% -
XYZ 2.05 1.41 0.74 -
YUV 30.84 120.76 146.66 -
System Red Green Blue C M Y K H S L
Decimal 57 20 18 0 0.65 0.68 0.78 3.08 0.52 0.15
Hex 39 14 12 0 41 44 4E 3 34 F
Octal 71 24 22 0 101 104 116 3 64 17
Binary 111001 10100 10010 0 1000001 1000100 1001110 11 110100 1111

Color Harmonies of #391412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391412

Black with #391412

Text Example


Text Example

White with #391412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391412; }

 p { color: rgb(57,20,18); }

 H1.HeaderClassName
 {
   color: #391412;
 }
 .AnyTagClassName
 {
   color: #391412;
 }
</style>

background-color css

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

 a { background-color: rgb(57,20,18); }

 div.DivClassName
 {
   background-color: #391412;
 }
 .BgClassName
 {
   background-color: #391412;
 }
</style>

border-color css

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

 span { border-color: rgb(57,20,18); }

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