#371816

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

Shades of Seal Brown #371816

Tints of Seal Brown #371816

Color information

#371816 (or 0x371816) is unknown color: approx Seal Brown. HEX triplet: 37, 18 and 16. RGB value is (55,24,22). Sum of RGB (Red+Green+Blue) = 55+24+22=101 (13% of max value = 765). Red value is 55 (21.88% from 255 or 54.46% from 101); Green value is 24 (9.77% from 255 or 23.76% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 55 - color contains mainly: red. Hex color #371816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371816 is #C8E7E9. Grayscale: #212121. Windows color (decimal): -13166570 or 1447991. OLE color: 1447991.

HSL color Cylindrical-coordinate representation of color #371816: hue angle of 3.64º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #371816 is Cyan = 0, Magento = 0.56, Yellow = 0.6 and Black (K on CMYK) = 0.78.

Color convert

RGB552422-
CMYK00.560.60.78
HSL3.64º42.86%15.1%-
HSV(B)3.64º60%21.57%-
XYZ2.051.520.95-
YUV33.04121.77143.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 54.46%
GREEN value IS 24 (9.77% from 255) = 23.76%
BLUE value IS 22 (8.98% from 255) = 21.78%
R=54.46%
G=23.76%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.6
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55242200.560.60.783.6442.8615.1
Hex3718160383C4E42bf
Octal6730260707411645317
Binary1101111100010110011100011110010011101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371816; }

 p { color: rgb(55,24,22); }

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

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

 a { background-color: rgb(55,24,22); }

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

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

 span { border-color: rgb(55,24,22); }

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