Html Css Color HEX #46400F Madras

📋 copy color: '#46400F'

red 70 ◦ green 64 ◦ blue 15

#46400F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madras #46400F

Tints of Madras #46400F

RGB

 RED value IS 70 (27.73% from 255) = 46.98%

 GREEN value IS 64 (25.39% from 255) = 42.95%

 BLUE value IS 15 (6.25% from 255) = 10.07%

R = 46.98%
G = 42.95%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#46400F (or 0x46400F) is known color: Madras. HEX triplet: 46, 40 and 0F. RGB value is (70,64,15). Sum of RGB (Red+Green+Blue) = 70+64+15=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #46400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46400F is #B9BFF0. Grayscale: #3C3C3C. Windows color (decimal): -12173297 or 999494. OLE color: 999494.

HSL color Cylindrical-coordinate representation of color #46400F: hue angle of 53.45º 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 #46400F is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 64 15 -
CMYK 0 0.09 0.79 0.73
HSL 53.45º 0.65% 0.17% -
HSV(B) 53.45º 0.79% 0.27% -
XYZ 4.45 5 1.18 -
YUV 60.21 102.49 134.98 -
System Red Green Blue C M Y K H S L
Decimal 70 64 15 0 0.09 0.79 0.73 53.45 0.65 0.17
Hex 46 40 F 0 9 4F 49 35 41 11
Octal 106 100 17 0 11 117 111 65 101 21
Binary 1000110 1000000 1111 0 1001 1001111 1001001 110101 1000001 10001

Color Harmonies of #46400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46400F

Black with #46400F

Text Example


Text Example

White with #46400F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #46400F;
 }
 .AnyTagClassName
 {
   color: #46400F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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