#37100B

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

Shades of Seal Brown #37100B

Tints of Seal Brown #37100B

Color information

#37100B (or 0x37100B) is unknown color: approx Seal Brown. HEX triplet: 37, 10 and 0B. RGB value is (55,16,11). Sum of RGB (Red+Green+Blue) = 55+16+11=82 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.07% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 55 - color contains mainly: red. Hex color #37100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37100B is #C8EFF4. Grayscale: #1B1B1B. Windows color (decimal): -13168629 or 725047. OLE color: 725047.

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

Color convert

RGB551611-
CMYK00.710.80.78
HSL6.82º66.67%12.94%-
HSV(B)6.82º80%21.57%-
XYZ1.821.210.45-
YUV27.09118.92147.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 67.07%
GREEN value IS 16 (6.64% from 255) = 19.51%
BLUE value IS 11 (4.69% from 255) = 13.41%
R=67.07%
G=19.51%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.8
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55161100.710.80.786.8266.6712.94
Hex3710B047504E743d
Octal6720130107120116710315
Binary110111100001011010001111010000100111011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37100B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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