#432E0B

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

Shades of Mikado #432E0B

Tints of Mikado #432E0B

Color information

#432E0B (or 0x432E0B) is unknown color: approx Mikado. HEX triplet: 43, 2E and 0B. RGB value is (67,46,11). Sum of RGB (Red+Green+Blue) = 67+46+11=124 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.03% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 67 - color contains mainly: red. Hex color #432E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432E0B is #BCD1F4. Grayscale: #303030. Windows color (decimal): -12374517 or 732739. OLE color: 732739.

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

Color convert

RGB674611-
CMYK00.310.840.74
HSL37.5º71.79%15.29%-
HSV(B)37.5º83.58%26.27%-
XYZ3.353.170.75-
YUV48.29106.96141.35-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.03%
GREEN value IS 46 (18.36% from 255) = 37.10%
BLUE value IS 11 (4.69% from 255) = 8.87%
R=54.03%
G=37.10%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67461100.310.840.7437.571.7915.29
Hex432EB01F544A2648f
Octal10356130371241124611017
Binary100001110111010110111111010100100101010011010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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