#432E00

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

Shades of Mikado #432E00

Tints of Mikado #432E00

Color information

#432E00 (or 0x432E00) is unknown color: approx Mikado. HEX triplet: 43, 2E and 00. RGB value is (67,46,0). Sum of RGB (Red+Green+Blue) = 67+46+0=113 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.29% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 67 - color contains mainly: red. Hex color #432E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432E00 is #BCD1FF. Grayscale: #2F2F2F. Windows color (decimal): -12374528 or 11843. OLE color: 11843.

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

Color convert

RGB67460-
CMYK00.3110.74
HSL41.19º100%13.14%-
HSV(B)41.19º100%26.27%-
XYZ3.293.150.43-
YUV47.04101.46142.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 59.29%
GREEN value IS 46 (18.36% from 255) = 40.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.29%
G=40.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6746000.3110.7441.1910013.14
Hex432E001F644A2964d
Octal1035600371441125114415
Binary100001110111000111111100100100101010100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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