#423F11

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

Shades of Madras #423F11

Tints of Madras #423F11

Color information

#423F11 (or 0x423F11) is unknown color: approx Madras. HEX triplet: 42, 3F and 11. RGB value is (66,63,17). Sum of RGB (Red+Green+Blue) = 66+63+17=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 66 - color contains mainly: red. Hex color #423F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423F11 is #BDC0EE. Grayscale: #3A3A3A. Windows color (decimal): -12435695 or 1130306. OLE color: 1130306.

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

Color convert

RGB666317-
CMYK00.050.740.74
HSL56.33º59.04%16.27%-
HSV(B)56.33º74.24%25.88%-
XYZ4.134.751.23-
YUV58.65104.49133.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.21%
GREEN value IS 63 (25% from 255) = 43.15%
BLUE value IS 17 (7.03% from 255) = 11.64%
R=45.21%
G=43.15%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66631700.050.740.7456.3359.0416.27
Hex423F11054A4A383b10
Octal102772105112112707320
Binary10000101111111000101011001010100101011100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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