#432E0C

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

Shades of Mikado #432E0C

Tints of Mikado #432E0C

Color information

#432E0C (or 0x432E0C) is unknown color: approx Mikado. HEX triplet: 43, 2E and 0C. RGB value is (67,46,12). Sum of RGB (Red+Green+Blue) = 67+46+12=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #432E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432E0C is #BCD1F3. Grayscale: #303030. Windows color (decimal): -12374516 or 798275. OLE color: 798275.

HSL color Cylindrical-coordinate representation of color #432E0C: hue angle of 37.09º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #432E0C is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB674612-
CMYK00.310.820.74
HSL37.09º69.62%15.49%-
HSV(B)37.09º82.09%26.27%-
XYZ3.363.170.78-
YUV48.4107.46141.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 53.6%
GREEN value IS 46 (18.36% from 255) = 36.8%
BLUE value IS 12 (5.08% from 255) = 9.6%
R=53.6%
G=36.8%
B=9.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.82
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67461200.310.820.7437.0969.6215.49
Hex432EC01F524A2546f
Octal10356140371221124510617
Binary100001110111011000111111010010100101010010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432E0C; }

 p { color: rgb(67,46,12); }

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

<style>
 a { background-color: #432E0C; }

 a { background-color: rgb(67,46,12); }

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

<style>
 span { border-color: #432E0C; }

 span { border-color: rgb(67,46,12); }

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