Html Css Color HEX #371208 Seal Brown

📋 copy color: '#371208'

red 55 ◦ green 18 ◦ blue 8

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

Shades of Seal Brown #371208

Tints of Seal Brown #371208

RGB

 RED value IS 55 (21.88% from 255) = 67.9%

 GREEN value IS 18 (7.42% from 255) = 22.22%

 BLUE value IS 8 (3.52% from 255) = 9.88%

R = 67.9%
G = 22.22%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#371208 (or 0x371208) is known color: Seal Brown. HEX triplet: 37, 12 and 08. RGB value is (55,18,8). Sum of RGB (Red+Green+Blue) = 55+18+8=81 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.90% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 55 - color contains mainly: red. Hex color #371208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371208 is #C8EDF7. Grayscale: #1B1B1B. Windows color (decimal): -13168120 or 528951. OLE color: 528951.

HSL color Cylindrical-coordinate representation of color #371208: hue angle of 12.77º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371208 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 18 8 -
CMYK 0 0.67 0.85 0.78
HSL 12.77º 0.75% 0.12% -
HSV(B) 12.77º 0.85% 0.22% -
XYZ 1.84 1.26 0.38 -
YUV 27.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 55 18 8 0 0.67 0.85 0.78 12.77 0.75 0.12
Hex 37 12 8 0 43 55 4E D 4B C
Octal 67 22 10 0 103 125 116 15 113 14
Binary 110111 10010 1000 0 1000011 1010101 1001110 1101 1001011 1100

Color Harmonies of #371208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371208

Black with #371208

Text Example


Text Example

White with #371208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371208; }

 p { color: rgb(55,18,8); }

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

background-color css

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

 a { background-color: rgb(55,18,8); }

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

border-color css

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

 span { border-color: rgb(55,18,8); }

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