Html Css Color HEX #464211 Madras

📋 copy color: '#464211'

red 70 ◦ green 66 ◦ blue 17

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

Shades of Madras #464211

Tints of Madras #464211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 43.14%

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

R = 45.75%
G = 43.14%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#464211 (or 0x464211) is known color: Madras. HEX triplet: 46, 42 and 11. RGB value is (70,66,17). Sum of RGB (Red+Green+Blue) = 70+66+17=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #464211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464211 is #B9BDEE. Grayscale: #3D3D3D. Windows color (decimal): -12172783 or 1131078. OLE color: 1131078.

HSL color Cylindrical-coordinate representation of color #464211: hue angle of 55.47º 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 #464211 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 66 17 -
CMYK 0 0.06 0.76 0.73
HSL 55.47º 0.61% 0.17% -
HSV(B) 55.47º 0.76% 0.27% -
XYZ 4.58 5.24 1.3 -
YUV 61.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 70 66 17 0 0.06 0.76 0.73 55.47 0.61 0.17
Hex 46 42 11 0 6 4C 49 37 3D 11
Octal 106 102 21 0 6 114 111 67 75 21
Binary 1000110 1000010 10001 0 110 1001100 1001001 110111 111101 10001

Color Harmonies of #464211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464211

Black with #464211

Text Example


Text Example

White with #464211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464211; }

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

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

background-color css

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

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

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

border-color css

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

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

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