Html Css Color HEX #371008 Seal Brown

📋 copy color: '#371008'

red 55 ◦ green 16 ◦ blue 8

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

Shades of Seal Brown #371008

Tints of Seal Brown #371008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 20.25%

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

R = 69.62%
G = 20.25%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#371008 (or 0x371008) is known color: Seal Brown. HEX triplet: 37, 10 and 08. RGB value is (55,16,8). Sum of RGB (Red+Green+Blue) = 55+16+8=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 8 (3.52% from 255 or 10.13% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #371008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371008 is #C8EFF7. Grayscale: #1A1A1A. Windows color (decimal): -13168632 or 528439. OLE color: 528439.

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

Color convert

RGB 55 16 8 -
CMYK 0 0.71 0.85 0.78
HSL 10.21º 0.75% 0.12% -
HSV(B) 10.21º 0.85% 0.22% -
XYZ 1.8 1.2 0.37 -
YUV 26.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 55 16 8 0 0.71 0.85 0.78 10.21 0.75 0.12
Hex 37 10 8 0 47 55 4E A 4B C
Octal 67 20 10 0 107 125 116 12 113 14
Binary 110111 10000 1000 0 1000111 1010101 1001110 1010 1001011 1100

Color Harmonies of #371008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371008

Black with #371008

Text Example


Text Example

White with #371008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371008; }

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

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

background-color css

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

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

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

border-color css

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

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

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