Html Css Color HEX #464011 Madras

📋 copy color: '#464011'

red 70 ◦ green 64 ◦ blue 17

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

Shades of Madras #464011

Tints of Madras #464011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.26%

R = 46.36%
G = 42.38%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#464011 (or 0x464011) is known color: Madras. HEX triplet: 46, 40 and 11. RGB value is (70,64,17). Sum of RGB (Red+Green+Blue) = 70+64+17=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #464011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464011 is #B9BFEE. Grayscale: #3C3C3C. Windows color (decimal): -12173295 or 1130566. OLE color: 1130566.

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

Color convert

RGB 70 64 17 -
CMYK 0 0.09 0.76 0.73
HSL 53.21º 0.61% 0.17% -
HSV(B) 53.21º 0.76% 0.27% -
XYZ 4.46 5.01 1.26 -
YUV 60.44 103.49 134.82 -
System Red Green Blue C M Y K H S L
Decimal 70 64 17 0 0.09 0.76 0.73 53.21 0.61 0.17
Hex 46 40 11 0 9 4C 49 35 3D 11
Octal 106 100 21 0 11 114 111 65 75 21
Binary 1000110 1000000 10001 0 1001 1001100 1001001 110101 111101 10001

Color Harmonies of #464011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464011

Black with #464011

Text Example


Text Example

White with #464011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464011; }

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

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

background-color css

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

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

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

border-color css

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

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

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