#372D0C

Color #372D0C Mikado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mikado #372D0C

Tints of Mikado #372D0C

Color information

#372D0C (or 0x372D0C) is unknown color: approx Mikado. HEX triplet: 37, 2D and 0C. RGB value is (55,45,12). Sum of RGB (Red+Green+Blue) = 55+45+12=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 45 (17.97% from 255 or 40.18% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #372D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372D0C is #C8D2F3. Grayscale: #2C2C2C. Windows color (decimal): -13161204 or 798007. OLE color: 798007.

HSL color Cylindrical-coordinate representation of color #372D0C: hue angle of 46.05º 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 #372D0C is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB554512-
CMYK00.180.780.78
HSL46.05º64.18%13.14%-
HSV(B)46.05º78.18%21.57%-
XYZ2.582.720.74-
YUV44.23109.81135.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 49.11%
GREEN value IS 45 (17.97% from 255) = 40.18%
BLUE value IS 12 (5.08% from 255) = 10.71%
R=49.11%
G=40.18%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55451200.180.780.7846.0564.1813.14
Hex372DC0124E4E2e40d
Octal6755140221161165610015
Binary11011110110111000100101001110100111010111010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372D0C; }

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

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

<style>
 a { background-color: #372D0C; }

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

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

<style>
 span { border-color: #372D0C; }

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

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