#423502

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

Shades of Mikado #423502

Tints of Mikado #423502

Color information

#423502 (or 0x423502) is unknown color: approx Mikado. HEX triplet: 42, 35 and 02. RGB value is (66,53,2). Sum of RGB (Red+Green+Blue) = 66+53+2=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #423502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423502 is #BDCAFD. Grayscale: #333333. Windows color (decimal): -12438270 or 144706. OLE color: 144706.

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

Color convert

RGB66532-
CMYK00.200.970.74
HSL47.81º94.12%13.33%-
HSV(B)47.81º96.97%25.88%-
XYZ3.533.710.59-
YUV51.07100.31138.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 54.55%
GREEN value IS 53 (21.09% from 255) = 43.80%
BLUE value IS 2 (1.17% from 255) = 1.65%
R=54.55%
G=43.80%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6653200.200.970.7447.8194.1213.33
Hex42352014614A305ed
Octal1026520241411126013615
Binary1000010110101100101001100001100101011000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423502; }

 p { color: rgb(66,53,2); }

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

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

 a { background-color: rgb(66,53,2); }

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

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

 span { border-color: rgb(66,53,2); }

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