#37100D

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

Shades of Seal Brown #37100D

Tints of Seal Brown #37100D

Color information

#37100D (or 0x37100D) is unknown color: approx Seal Brown. HEX triplet: 37, 10 and 0D. RGB value is (55,16,13). Sum of RGB (Red+Green+Blue) = 55+16+13=84 (11% of max value = 765). Red value is 55 (21.88% from 255 or 65.48% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 55 - color contains mainly: red. Hex color #37100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37100D is #C8EFF2. Grayscale: #1B1B1B. Windows color (decimal): -13168627 or 856119. OLE color: 856119.

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

Color convert

RGB551613-
CMYK00.710.760.78
HSL4.29º61.76%13.33%-
HSV(B)4.29º76.36%21.57%-
XYZ1.831.210.52-
YUV27.32119.92147.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 65.48%
GREEN value IS 16 (6.64% from 255) = 19.05%
BLUE value IS 13 (5.47% from 255) = 15.48%
R=65.48%
G=19.05%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55161300.710.760.784.2961.7613.33
Hex3710D0474C4E43ed
Octal672015010711411647615
Binary11011110000110101000111100110010011101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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