#37100C

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

Shades of Seal Brown #37100C

Tints of Seal Brown #37100C

Color information

#37100C (or 0x37100C) is unknown color: approx Seal Brown. HEX triplet: 37, 10 and 0C. RGB value is (55,16,12). Sum of RGB (Red+Green+Blue) = 55+16+12=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #37100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37100C is #C8EFF3. Grayscale: #1B1B1B. Windows color (decimal): -13168628 or 790583. OLE color: 790583.

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

Color convert

RGB551612-
CMYK00.710.780.78
HSL5.58º64.18%13.14%-
HSV(B)5.58º78.18%21.57%-
XYZ1.831.210.48-
YUV27.2119.42147.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 66.27%
GREEN value IS 16 (6.64% from 255) = 19.28%
BLUE value IS 12 (5.08% from 255) = 14.46%
R=66.27%
G=19.28%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55161200.710.780.785.5864.1813.14
Hex3710C0474E4E640d
Octal6720140107116116610015
Binary110111100001100010001111001110100111011010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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