#423C24

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

Shades of Madras #423C24

Tints of Madras #423C24

Color information

#423C24 (or 0x423C24) is unknown color: approx Madras. HEX triplet: 42, 3C and 24. RGB value is (66,60,36). Sum of RGB (Red+Green+Blue) = 66+60+36=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 66 - color contains mainly: red. Hex color #423C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C24 is #BDC3DB. Grayscale: #3B3B3B. Windows color (decimal): -12436444 or 2374722. OLE color: 2374722.

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

Color convert

RGB666036-
CMYK00.090.450.74
HSL48º29.41%20%-
HSV(B)48º45.45%25.88%-
XYZ4.184.522.32-
YUV59.06114.99132.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.74%
GREEN value IS 60 (23.83% from 255) = 37.04%
BLUE value IS 36 (14.45% from 255) = 22.22%
R=40.74%
G=37.04%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66603600.090.450.744829.4120
Hex423C24092D4A301d14
Octal102744401155112603524
Binary10000101111001001000100110110110010101100001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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