#423F1A

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

Shades of Madras #423F1A

Tints of Madras #423F1A

Color information

#423F1A (or 0x423F1A) is unknown color: approx Madras. HEX triplet: 42, 3F and 1A. RGB value is (66,63,26). Sum of RGB (Red+Green+Blue) = 66+63+26=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 66 - color contains mainly: red. Hex color #423F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F1A is #BDC0E5. Grayscale: #3B3B3B. Windows color (decimal): -12435686 or 1720130. OLE color: 1720130.

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

Color convert

RGB666326-
CMYK00.050.610.74
HSL55.5º43.48%18.04%-
HSV(B)55.5º60.61%25.88%-
XYZ4.214.791.68-
YUV59.68108.99132.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.58%
GREEN value IS 63 (25% from 255) = 40.65%
BLUE value IS 26 (10.55% from 255) = 16.77%
R=42.58%
G=40.65%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66632600.050.610.7455.543.4818.04
Hex423F1A053D4A372b12
Octal10277320575112675322
Binary1000010111111110100101111101100101011011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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