#464009

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

Shades of Madras #464009

Tints of Madras #464009

Color information

#464009 (or 0x464009) is unknown color: approx Madras. HEX triplet: 46, 40 and 09. RGB value is (70,64,9). Sum of RGB (Red+Green+Blue) = 70+64+9=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #464009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464009 is #B9BFF6. Grayscale: #3B3B3B. Windows color (decimal): -12173303 or 606278. OLE color: 606278.

HSL color Cylindrical-coordinate representation of color #464009: hue angle of 54.1º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #464009 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB70649-
CMYK00.090.870.73
HSL54.1º77.22%15.49%-
HSV(B)54.1º87.14%27.45%-
XYZ4.414.990.99-
YUV59.5299.49135.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.95%
GREEN value IS 64 (25.39% from 255) = 44.76%
BLUE value IS 9 (3.91% from 255) = 6.29%
R=48.95%
G=44.76%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7064900.090.870.7354.177.2215.49
Hex46409095749364df
Octal106100110111271116611517
Binary100011010000001001010011010111100100111011010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464009; }

 p { color: rgb(70,64,9); }

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

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

 a { background-color: rgb(70,64,9); }

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

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

 span { border-color: rgb(70,64,9); }

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