#37140d

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

Shades of Seal Brown #37140D

Tints of Seal Brown #37140D

Color information

#37140D (or 0x37140D) is unknown color: approx Seal Brown. HEX triplet: 37, 14 and 0D. RGB value is (55,20,13). Sum of RGB (Red+Green+Blue) = 55+20+13=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #37140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37140D is #C8EBF2. Grayscale: #1D1D1D. Windows color (decimal): -13167603 or 857143. OLE color: 857143.

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

Color convert

RGB552013-
CMYK00.640.760.78
HSL10º61.76%13.33%-
HSV(B)10º76.36%21.57%-
XYZ1.91.340.54-
YUV29.67118.6146.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 62.5%
GREEN value IS 20 (8.20% from 255) = 22.73%
BLUE value IS 13 (5.47% from 255) = 14.77%
R=62.5%
G=22.73%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55201300.640.760.781061.7613.33
Hex3714D0404C4Ea3ed
Octal6724150100114116127615
Binary110111101001101010000001001100100111010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37140d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37140d; }

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

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

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

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

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

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

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

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