#46430A

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

Shades of Madras #46430A

Tints of Madras #46430A

Color information

#46430A (or 0x46430A) is unknown color: approx Madras. HEX triplet: 46, 43 and 0A. RGB value is (70,67,10). Sum of RGB (Red+Green+Blue) = 70+67+10=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #46430A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46430A is #B9BCF5. Grayscale: #3D3D3D. Windows color (decimal): -12172534 or 672582. OLE color: 672582.

HSL color Cylindrical-coordinate representation of color #46430A: hue angle of 57º 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 #46430A is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB706710-
CMYK00.040.860.73
HSL57º75%15.69%-
HSV(B)57º85.71%27.45%-
XYZ4.595.341.08-
YUV61.498.99134.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.62%
GREEN value IS 67 (26.56% from 255) = 45.58%
BLUE value IS 10 (4.30% from 255) = 6.80%
R=47.62%
G=45.58%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70671000.040.860.73577515.69
Hex4643A045649394b10
Octal10610312041261117111320
Binary100011010000111010010010101101001001111001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46430A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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