#423E20

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

Shades of Madras #423E20

Tints of Madras #423E20

Color information

#423E20 (or 0x423E20) is unknown color: approx Madras. HEX triplet: 42, 3E and 20. RGB value is (66,62,32). Sum of RGB (Red+Green+Blue) = 66+62+32=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 66 - color contains mainly: red. Hex color #423E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423E20 is #BDC1DF. Grayscale: #3B3B3B. Windows color (decimal): -12435936 or 2113090. OLE color: 2113090.

HSL color Cylindrical-coordinate representation of color #423E20: hue angle of 52.94º 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 #423E20 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB666232-
CMYK00.060.520.74
HSL52.94º34.69%19.22%-
HSV(B)52.94º51.52%25.88%-
XYZ4.234.712.05-
YUV59.78112.33132.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.25%
GREEN value IS 62 (24.61% from 255) = 38.75%
BLUE value IS 32 (12.89% from 255) = 20%
R=41.25%
G=38.75%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66623200.060.520.7452.9434.6919.22
Hex423E2006344A352313
Octal10276400664112654323
Binary10000101111101000000110110100100101011010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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