#371308

Color #371308 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #371308

Tints of Seal Brown #371308

Color information

#371308 (or 0x371308) is unknown color: approx Seal Brown. HEX triplet: 37, 13 and 08. RGB value is (55,19,8). Sum of RGB (Red+Green+Blue) = 55+19+8=82 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.07% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 8 (3.52% from 255 or 9.76% from 82); Max value from RGB is 55 - color contains mainly: red. Hex color #371308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371308 is #C8ECF7. Grayscale: #1C1C1C. Windows color (decimal): -13167864 or 529207. OLE color: 529207.

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

Color convert

RGB55198-
CMYK00.650.850.78
HSL14.04º74.6%12.35%-
HSV(B)14.04º85.45%21.57%-
XYZ1.851.30.38-
YUV28.51116.43146.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 67.07%
GREEN value IS 19 (7.81% from 255) = 23.17%
BLUE value IS 8 (3.52% from 255) = 9.76%
R=67.07%
G=23.17%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.85
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5519800.650.850.7814.0474.612.35
Hex37138041554Ee4bc
Octal67231001011251161611314
Binary1101111001110000100000110101011001110111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371308; }

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

 H1.HeaderClassName
 {
   color: #371308;
 }
 .AnyTagClassName
 {
   color: #371308;
 }
</style>
background-color css

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

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

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

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

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

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