#423C1A

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

Shades of Madras #423C1A

Tints of Madras #423C1A

Color information

#423C1A (or 0x423C1A) is unknown color: approx Madras. HEX triplet: 42, 3C and 1A. RGB value is (66,60,26). Sum of RGB (Red+Green+Blue) = 66+60+26=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 66 - color contains mainly: red. Hex color #423C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C1A is #BDC3E5. Grayscale: #3A3A3A. Windows color (decimal): -12436454 or 1719362. OLE color: 1719362.

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

Color convert

RGB666026-
CMYK00.090.610.74
HSL51º43.48%18.04%-
HSV(B)51º60.61%25.88%-
XYZ4.054.461.63-
YUV57.92109.99133.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.42%
GREEN value IS 60 (23.83% from 255) = 39.47%
BLUE value IS 26 (10.55% from 255) = 17.11%
R=43.42%
G=39.47%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66602600.090.610.745143.4818.04
Hex423C1A093D4A332b12
Octal102743201175112635322
Binary10000101111001101001001111101100101011001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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