#423C25

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

Shades of Madras #423C25

Tints of Madras #423C25

Color information

#423C25 (or 0x423C25) is unknown color: approx Madras. HEX triplet: 42, 3C and 25. RGB value is (66,60,37). Sum of RGB (Red+Green+Blue) = 66+60+37=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 66 - color contains mainly: red. Hex color #423C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C25 is #BDC3DA. Grayscale: #3B3B3B. Windows color (decimal): -12436443 or 2440258. OLE color: 2440258.

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

Color convert

RGB666037-
CMYK00.090.440.74
HSL47.59º28.16%20.2%-
HSV(B)47.59º43.94%25.88%-
XYZ4.24.522.4-
YUV59.17115.49132.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 60 (23.83% from 255) = 36.81%
BLUE value IS 37 (14.84% from 255) = 22.70%
R=40.49%
G=36.81%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66603700.090.440.7447.5928.1620.2
Hex423C25092C4A301c14
Octal102744501154112603424
Binary10000101111001001010100110110010010101100001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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