#423A10

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

Shades of Madras #423A10

Tints of Madras #423A10

Color information

#423A10 (or 0x423A10) is unknown color: approx Madras. HEX triplet: 42, 3A and 10. RGB value is (66,58,16). Sum of RGB (Red+Green+Blue) = 66+58+16=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 58 (23.05% from 255 or 41.43% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #423A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423A10 is #BDC5EF. Grayscale: #373737. Windows color (decimal): -12436976 or 1063490. OLE color: 1063490.

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

Color convert

RGB665816-
CMYK00.120.760.74
HSL50.4º60.98%16.08%-
HSV(B)50.4º75.76%25.88%-
XYZ3.854.221.1-
YUV55.6105.65135.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.14%
GREEN value IS 58 (23.05% from 255) = 41.43%
BLUE value IS 16 (6.64% from 255) = 11.43%
R=47.14%
G=41.43%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66581600.120.760.7450.460.9816.08
Hex423A100C4C4A323d10
Octal1027220014114112627520
Binary100001011101010000011001001100100101011001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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