#423911

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

Shades of Madras #423911

Tints of Madras #423911

Color information

#423911 (or 0x423911) is unknown color: approx Madras. HEX triplet: 42, 39 and 11. RGB value is (66,57,17). Sum of RGB (Red+Green+Blue) = 66+57+17=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 57 (22.66% from 255 or 40.71% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #423911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423911 is #BDC6EE. Grayscale: #373737. Windows color (decimal): -12437231 or 1128770. OLE color: 1128770.

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

Color convert

RGB665717-
CMYK00.140.740.74
HSL48.98º59.04%16.27%-
HSV(B)48.98º74.24%25.88%-
XYZ3.814.121.13-
YUV55.13106.48135.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.14%
GREEN value IS 57 (22.66% from 255) = 40.71%
BLUE value IS 17 (7.03% from 255) = 12.14%
R=47.14%
G=40.71%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66571700.140.740.7448.9859.0416.27
Hex4239110E4A4A313b10
Octal1027121016112112617320
Binary100001011100110001011101001010100101011000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423911; }

 p { color: rgb(66,57,17); }

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

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

 a { background-color: rgb(66,57,17); }

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

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

 span { border-color: rgb(66,57,17); }

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