#372E11

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

Shades of Mikado #372E11

Tints of Mikado #372E11

Color information

#372E11 (or 0x372E11) is unknown color: approx Mikado. HEX triplet: 37, 2E and 11. RGB value is (55,46,17). Sum of RGB (Red+Green+Blue) = 55+46+17=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 55 - color contains mainly: red. Hex color #372E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372E11 is #C8D1EE. Grayscale: #2D2D2D. Windows color (decimal): -13160943 or 1125943. OLE color: 1125943.

HSL color Cylindrical-coordinate representation of color #372E11: hue angle of 45.79º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #372E11 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.78.

Color convert

RGB554617-
CMYK00.160.690.78
HSL45.79º52.78%14.12%-
HSV(B)45.79º69.09%21.57%-
XYZ2.652.810.93-
YUV45.39111.98134.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 46.61%
GREEN value IS 46 (18.36% from 255) = 38.98%
BLUE value IS 17 (7.03% from 255) = 14.41%
R=46.61%
G=38.98%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55461700.160.690.7845.7952.7814.12
Hex372E11010454E2e35e
Octal675621020105116566516
Binary11011110111010001010000100010110011101011101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,46,17); }

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

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

 a { background-color: rgb(55,46,17); }

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

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

 span { border-color: rgb(55,46,17); }

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