#423D10

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

Shades of Madras #423D10

Tints of Madras #423D10

Color information

#423D10 (or 0x423D10) is unknown color: approx Madras. HEX triplet: 42, 3D and 10. RGB value is (66,61,16). Sum of RGB (Red+Green+Blue) = 66+61+16=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #423D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423D10 is #BDC2EF. Grayscale: #393939. Windows color (decimal): -12436208 or 1064258. OLE color: 1064258.

HSL color Cylindrical-coordinate representation of color #423D10: hue angle of 54º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #423D10 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB666116-
CMYK00.080.760.74
HSL54º60.98%16.08%-
HSV(B)54º75.76%25.88%-
XYZ4.014.531.15-
YUV57.36104.66134.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.15%
GREEN value IS 61 (24.22% from 255) = 42.66%
BLUE value IS 16 (6.64% from 255) = 11.19%
R=46.15%
G=42.66%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66611600.080.760.745460.9816.08
Hex423D10084C4A363d10
Octal1027520010114112667520
Binary100001011110110000010001001100100101011011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,61,16); }

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

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

 a { background-color: rgb(66,61,16); }

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

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

 span { border-color: rgb(66,61,16); }

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