#423C20

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

Shades of Madras #423C20

Tints of Madras #423C20

Color information

#423C20 (or 0x423C20) is unknown color: approx Madras. HEX triplet: 42, 3C and 20. RGB value is (66,60,32). Sum of RGB (Red+Green+Blue) = 66+60+32=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #423C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C20 is #BDC3DF. Grayscale: #3A3A3A. Windows color (decimal): -12436448 or 2112578. OLE color: 2112578.

HSL color Cylindrical-coordinate representation of color #423C20: hue angle of 49.41º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #423C20 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB666032-
CMYK00.090.520.74
HSL49.41º34.69%19.22%-
HSV(B)49.41º51.52%25.88%-
XYZ4.124.492.02-
YUV58.6112.99133.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 60 (23.83% from 255) = 37.97%
BLUE value IS 32 (12.89% from 255) = 20.25%
R=41.77%
G=37.97%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66603200.090.520.7449.4134.6919.22
Hex423C2009344A312313
Octal102744001164112614323
Binary100001011110010000001001110100100101011000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423C20; }

 p { color: rgb(66,60,32); }

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

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

 a { background-color: rgb(66,60,32); }

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

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

 span { border-color: rgb(66,60,32); }

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