Html Css Color HEX #391918 Seal Brown

📋 copy color: '#391918'

red 57 ◦ green 25 ◦ blue 24

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

Shades of Seal Brown #391918

Tints of Seal Brown #391918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 22.64%

R = 53.77%
G = 23.58%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#391918 (or 0x391918) is known color: Seal Brown. HEX triplet: 39, 19 and 18. RGB value is (57,25,24). Sum of RGB (Red+Green+Blue) = 57+25+24=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #391918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391918 is #C6E6E7. Grayscale: #222222. Windows color (decimal): -13035240 or 1579321. OLE color: 1579321.

HSL color Cylindrical-coordinate representation of color #391918: hue angle of 1.82º 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 #391918 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 25 24 -
CMYK 0 0.56 0.58 0.78
HSL 1.82º 0.41% 0.16% -
HSV(B) 1.82º 0.58% 0.22% -
XYZ 2.2 1.63 1.06 -
YUV 34.45 122.1 144.08 -
System Red Green Blue C M Y K H S L
Decimal 57 25 24 0 0.56 0.58 0.78 1.82 0.41 0.16
Hex 39 19 18 0 38 3A 4E 2 29 10
Octal 71 31 30 0 70 72 116 2 51 20
Binary 111001 11001 11000 0 111000 111010 1001110 10 101001 10000

Color Harmonies of #391918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391918

Black with #391918

Text Example


Text Example

White with #391918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391918; }

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

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

background-color css

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

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

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

border-color css

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

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

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