#372F1B

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

Shades of Mikado #372F1B

Tints of Mikado #372F1B

Color information

#372F1B (or 0x372F1B) is unknown color: approx Mikado. HEX triplet: 37, 2F and 1B. RGB value is (55,47,27). Sum of RGB (Red+Green+Blue) = 55+47+27=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #372F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F1B is #C8D0E4. Grayscale: #2F2F2F. Windows color (decimal): -13160677 or 1781559. OLE color: 1781559.

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

Color convert

RGB554727-
CMYK00.150.510.78
HSL42.86º34.15%16.08%-
HSV(B)42.86º50.91%21.57%-
XYZ2.792.921.45-
YUV47.11116.65133.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.64%
GREEN value IS 47 (18.75% from 255) = 36.43%
BLUE value IS 27 (10.94% from 255) = 20.93%
R=42.64%
G=36.43%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55472700.150.510.7842.8634.1516.08
Hex372F1B0F334E2b2210
Octal67573301763116534220
Binary1101111011111101101111110011100111010101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,47,27); }

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

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

 a { background-color: rgb(55,47,27); }

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

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

 span { border-color: rgb(55,47,27); }

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