#432E02

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

Shades of Mikado #432E02

Tints of Mikado #432E02

Color information

#432E02 (or 0x432E02) is unknown color: approx Mikado. HEX triplet: 43, 2E and 02. RGB value is (67,46,2). Sum of RGB (Red+Green+Blue) = 67+46+2=115 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.26% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 67 - color contains mainly: red. Hex color #432E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432E02 is #BCD1FD. Grayscale: #2F2F2F. Windows color (decimal): -12374526 or 142915. OLE color: 142915.

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

Color convert

RGB67462-
CMYK00.310.970.74
HSL40.62º94.2%13.53%-
HSV(B)40.62º97.01%26.27%-
XYZ3.33.150.49-
YUV47.26102.46142.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 58.26%
GREEN value IS 46 (18.36% from 255) = 40%
BLUE value IS 2 (1.17% from 255) = 1.74%
R=58.26%
G=40%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6746200.310.970.7440.6294.213.53
Hex432E201F614A295ee
Octal1035620371411125113616
Binary1000011101110100111111100001100101010100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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