Html Css Color HEX #391916 Seal Brown

📋 copy color: '#391916'

red 57 ◦ green 25 ◦ blue 22

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

Shades of Seal Brown #391916

Tints of Seal Brown #391916

RGB

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

 GREEN value IS 25 (10.16% from 255) = 24.04%

 BLUE value IS 22 (8.98% from 255) = 21.15%

R = 54.81%
G = 24.04%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#391916 (or 0x391916) is known color: Seal Brown. HEX triplet: 39, 19 and 16. RGB value is (57,25,22). Sum of RGB (Red+Green+Blue) = 57+25+22=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #391916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391916 is #C6E6E9. Grayscale: #222222. Windows color (decimal): -13035242 or 1448249. OLE color: 1448249.

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

Color convert

RGB 57 25 22 -
CMYK 0 0.56 0.61 0.78
HSL 5.14º 0.44% 0.15% -
HSV(B) 5.14º 0.61% 0.22% -
XYZ 2.18 1.62 0.96 -
YUV 34.23 121.1 144.24 -
System Red Green Blue C M Y K H S L
Decimal 57 25 22 0 0.56 0.61 0.78 5.14 0.44 0.15
Hex 39 19 16 0 38 3D 4E 5 2C F
Octal 71 31 26 0 70 75 116 5 54 17
Binary 111001 11001 10110 0 111000 111101 1001110 101 101100 1111

Color Harmonies of #391916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391916

Black with #391916

Text Example


Text Example

White with #391916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391916; }

 p { color: rgb(57,25,22); }

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

background-color css

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

 a { background-color: rgb(57,25,22); }

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

border-color css

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

 span { border-color: rgb(57,25,22); }

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