#46420A

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

Shades of Madras #46420A

Tints of Madras #46420A

Color information

#46420A (or 0x46420A) is unknown color: approx Madras. HEX triplet: 46, 42 and 0A. RGB value is (70,66,10). Sum of RGB (Red+Green+Blue) = 70+66+10=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #46420A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46420A is #B9BDF5. Grayscale: #3D3D3D. Windows color (decimal): -12172790 or 672326. OLE color: 672326.

HSL color Cylindrical-coordinate representation of color #46420A: hue angle of 56º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46420A is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB706610-
CMYK00.060.860.73
HSL56º75%15.69%-
HSV(B)56º85.71%27.45%-
XYZ4.535.221.06-
YUV60.8199.33134.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.95%
GREEN value IS 66 (26.17% from 255) = 45.21%
BLUE value IS 10 (4.30% from 255) = 6.85%
R=47.95%
G=45.21%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70661000.060.860.73567515.69
Hex4642A065649384b10
Octal10610212061261117011320
Binary100011010000101010011010101101001001111000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46420A; }

 p { color: rgb(70,66,10); }

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

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

 a { background-color: rgb(70,66,10); }

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

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

 span { border-color: rgb(70,66,10); }

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