#37160D

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

Shades of Seal Brown #37160D

Tints of Seal Brown #37160D

Color information

#37160D (or 0x37160D) is unknown color: approx Seal Brown. HEX triplet: 37, 16 and 0D. RGB value is (55,22,13). Sum of RGB (Red+Green+Blue) = 55+22+13=90 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.11% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 55 - color contains mainly: red. Hex color #37160D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37160D is #C8E9F2. Grayscale: #1E1E1E. Windows color (decimal): -13167091 or 857655. OLE color: 857655.

HSL color Cylindrical-coordinate representation of color #37160D: hue angle of 12.86º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37160D is Cyan = 0, Magento = 0.6, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB552213-
CMYK00.60.760.78
HSL12.86º61.76%13.33%-
HSV(B)12.86º76.36%21.57%-
XYZ1.941.420.55-
YUV30.84117.93145.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 61.11%
GREEN value IS 22 (8.98% from 255) = 24.44%
BLUE value IS 13 (5.47% from 255) = 14.44%
R=61.11%
G=24.44%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55221300.60.760.7812.8661.7613.33
Hex3716D03C4C4Ed3ed
Octal672615074114116157615
Binary11011110110110101111001001100100111011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37160D; }

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

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

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

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

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

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

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

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