#423C12

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

Shades of Madras #423C12

Tints of Madras #423C12

Color information

#423C12 (or 0x423C12) is unknown color: approx Madras. HEX triplet: 42, 3C and 12. RGB value is (66,60,18). Sum of RGB (Red+Green+Blue) = 66+60+18=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #423C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423C12 is #BDC3ED. Grayscale: #393939. Windows color (decimal): -12436462 or 1195074. OLE color: 1195074.

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

Color convert

RGB666018-
CMYK00.090.730.74
HSL52.5º57.14%16.47%-
HSV(B)52.5º72.73%25.88%-
XYZ3.974.431.22-
YUV57.01105.99134.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.83%
GREEN value IS 60 (23.83% from 255) = 41.67%
BLUE value IS 18 (7.42% from 255) = 12.5%
R=45.83%
G=41.67%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66601800.090.730.7452.557.1416.47
Hex423C1209494A343910
Octal1027422011111112647120
Binary100001011110010010010011001001100101011010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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