#46430F

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

Shades of Madras #46430F

Tints of Madras #46430F

Color information

#46430F (or 0x46430F) is unknown color: approx Madras. HEX triplet: 46, 43 and 0F. RGB value is (70,67,15). Sum of RGB (Red+Green+Blue) = 70+67+15=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #46430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46430F is #B9BCF0. Grayscale: #3E3E3E. Windows color (decimal): -12172529 or 1000262. OLE color: 1000262.

HSL color Cylindrical-coordinate representation of color #46430F: hue angle of 56.73º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46430F is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB706715-
CMYK00.040.790.73
HSL56.73º64.71%16.67%-
HSV(B)56.73º78.57%27.45%-
XYZ4.625.351.24-
YUV61.97101.49133.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.05%
GREEN value IS 67 (26.56% from 255) = 44.08%
BLUE value IS 15 (6.25% from 255) = 9.87%
R=46.05%
G=44.08%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70671500.040.790.7356.7364.7116.67
Hex4643F044F49394111
Octal10610317041171117110121
Binary100011010000111111010010011111001001111001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46430F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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