Html Css Color HEX #371108 Seal Brown

📋 copy color: '#371108'

red 55 ◦ green 17 ◦ blue 8

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

Shades of Seal Brown #371108

Tints of Seal Brown #371108

RGB

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

 GREEN value IS 17 (7.03% from 255) = 21.25%

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

R = 68.75%
G = 21.25%
B = 10%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#371108 (or 0x371108) is known color: Seal Brown. HEX triplet: 37, 11 and 08. RGB value is (55,17,8). Sum of RGB (Red+Green+Blue) = 55+17+8=80 (10% of max value = 765). Red value is 55 (21.88% from 255 or 68.75% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 55 - color contains mainly: red. Hex color #371108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371108 is #C8EEF7. Grayscale: #1B1B1B. Windows color (decimal): -13168376 or 528695. OLE color: 528695.

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

Color convert

RGB 55 17 8 -
CMYK 0 0.69 0.85 0.78
HSL 11.49º 0.75% 0.12% -
HSV(B) 11.49º 0.85% 0.22% -
XYZ 1.82 1.23 0.37 -
YUV 27.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 55 17 8 0 0.69 0.85 0.78 11.49 0.75 0.12
Hex 37 11 8 0 45 55 4E B 4B C
Octal 67 21 10 0 105 125 116 13 113 14
Binary 110111 10001 1000 0 1000101 1010101 1001110 1011 1001011 1100

Color Harmonies of #371108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371108

Black with #371108

Text Example


Text Example

White with #371108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371108; }

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

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

background-color css

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

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

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

border-color css

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

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

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