Html Css Color HEX #371408 Seal Brown

📋 copy color: '#371408'

red 55 ◦ green 20 ◦ blue 8

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

Shades of Seal Brown #371408

Tints of Seal Brown #371408

RGB

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

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

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

R = 66.27%
G = 24.1%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#371408 (or 0x371408) is known color: Seal Brown. HEX triplet: 37, 14 and 08. RGB value is (55,20,8). Sum of RGB (Red+Green+Blue) = 55+20+8=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #371408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371408 is #C8EBF7. Grayscale: #1D1D1D. Windows color (decimal): -13167608 or 529463. OLE color: 529463.

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

Color convert

RGB 55 20 8 -
CMYK 0 0.64 0.85 0.78
HSL 15.32º 0.75% 0.12% -
HSV(B) 15.32º 0.85% 0.22% -
XYZ 1.87 1.33 0.39 -
YUV 29.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 55 20 8 0 0.64 0.85 0.78 15.32 0.75 0.12
Hex 37 14 8 0 40 55 4E F 4B C
Octal 67 24 10 0 100 125 116 17 113 14
Binary 110111 10100 1000 0 1000000 1010101 1001110 1111 1001011 1100

Color Harmonies of #371408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371408

Black with #371408

Text Example


Text Example

White with #371408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371408; }

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

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

background-color css

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

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

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

border-color css

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

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

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