#423B1A

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

Shades of Madras #423B1A

Tints of Madras #423B1A

Color information

#423B1A (or 0x423B1A) is unknown color: approx Madras. HEX triplet: 42, 3B and 1A. RGB value is (66,59,26). Sum of RGB (Red+Green+Blue) = 66+59+26=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 66 - color contains mainly: red. Hex color #423B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B1A is #BDC4E5. Grayscale: #393939. Windows color (decimal): -12436710 or 1719106. OLE color: 1719106.

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

Color convert

RGB665926-
CMYK00.110.610.74
HSL49.5º43.48%18.04%-
HSV(B)49.5º60.61%25.88%-
XYZ44.361.61-
YUV57.33110.32134.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.71%
GREEN value IS 59 (23.44% from 255) = 39.07%
BLUE value IS 26 (10.55% from 255) = 17.22%
R=43.71%
G=39.07%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66592600.110.610.7449.543.4818.04
Hex423B1A0B3D4A312b12
Octal102733201375112615322
Binary10000101110111101001011111101100101011000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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