#423B20

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

Shades of Madras #423B20

Tints of Madras #423B20

Color information

#423B20 (or 0x423B20) is unknown color: approx Madras. HEX triplet: 42, 3B and 20. RGB value is (66,59,32). Sum of RGB (Red+Green+Blue) = 66+59+32=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 66 - color contains mainly: red. Hex color #423B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B20 is #BDC4DF. Grayscale: #3A3A3A. Windows color (decimal): -12436704 or 2112322. OLE color: 2112322.

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

Color convert

RGB665932-
CMYK00.110.520.74
HSL47.65º34.69%19.22%-
HSV(B)47.65º51.52%25.88%-
XYZ4.074.392-
YUV58.01113.32133.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.04%
GREEN value IS 59 (23.44% from 255) = 37.58%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=42.04%
G=37.58%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66593200.110.520.7447.6534.6919.22
Hex423B200B344A302313
Octal102734001364112604323
Binary100001011101110000001011110100100101011000010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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