#37100A

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

Shades of Seal Brown #37100A

Tints of Seal Brown #37100A

Color information

#37100A (or 0x37100A) is unknown color: approx Seal Brown. HEX triplet: 37, 10 and 0A. RGB value is (55,16,10). Sum of RGB (Red+Green+Blue) = 55+16+10=81 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.90% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 10 (4.30% from 255 or 12.35% from 81); Max value from RGB is 55 - color contains mainly: red. Hex color #37100A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37100A is #C8EFF5. Grayscale: #1B1B1B. Windows color (decimal): -13168630 or 659511. OLE color: 659511.

HSL color Cylindrical-coordinate representation of color #37100A: hue angle of 8º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37100A is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB551610-
CMYK00.710.820.78
HSL69.23%12.75%-
HSV(B)81.82%21.57%-
XYZ1.821.20.42-
YUV26.98118.42147.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 67.90%
GREEN value IS 16 (6.64% from 255) = 19.75%
BLUE value IS 10 (4.30% from 255) = 12.35%
R=67.90%
G=19.75%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55161000.710.820.78869.2312.75
Hex3710A047524E845d
Octal67201201071221161010515
Binary1101111000010100100011110100101001110100010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37100A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37100A; }

 p { color: rgb(55,16,10); }

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

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

 a { background-color: rgb(55,16,10); }

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

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

 span { border-color: rgb(55,16,10); }

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