#372D0B

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

Shades of Mikado #372D0B

Tints of Mikado #372D0B

Color information

#372D0B (or 0x372D0B) is unknown color: approx Mikado. HEX triplet: 37, 2D and 0B. RGB value is (55,45,11). Sum of RGB (Red+Green+Blue) = 55+45+11=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #372D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372D0B is #C8D2F4. Grayscale: #2C2C2C. Windows color (decimal): -13161205 or 732471. OLE color: 732471.

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

Color convert

RGB554511-
CMYK00.180.80.78
HSL46.36º66.67%12.94%-
HSV(B)46.36º80%21.57%-
XYZ2.572.710.7-
YUV44.11109.31135.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 49.55%
GREEN value IS 45 (17.97% from 255) = 40.54%
BLUE value IS 11 (4.69% from 255) = 9.91%
R=49.55%
G=40.54%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.8
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55451100.180.80.7846.3666.6712.94
Hex372DB012504E2e43d
Octal6755130221201165610315
Binary11011110110110110100101010000100111010111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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