#432E01

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

Shades of Mikado #432E01

Tints of Mikado #432E01

Color information

#432E01 (or 0x432E01) is unknown color: approx Mikado. HEX triplet: 43, 2E and 01. RGB value is (67,46,1). Sum of RGB (Red+Green+Blue) = 67+46+1=114 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.77% from 114); Green value is 46 (18.36% from 255 or 40.35% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 67 - color contains mainly: red. Hex color #432E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432E01 is #BCD1FE. Grayscale: #2F2F2F. Windows color (decimal): -12374527 or 77379. OLE color: 77379.

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

Color convert

RGB67461-
CMYK00.310.990.74
HSL40.91º97.06%13.33%-
HSV(B)40.91º98.51%26.27%-
XYZ3.33.150.46-
YUV47.15101.96142.16-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 58.77%
GREEN value IS 46 (18.36% from 255) = 40.35%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=58.77%
G=40.35%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.99
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6746100.310.990.7440.9197.0613.33
Hex432E101F634A2961d
Octal1035610371431125114115
Binary100001110111010111111100011100101010100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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