Html Css Color HEX #464111 Madras

📋 copy color: '#464111'

red 70 ◦ green 65 ◦ blue 17

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

Shades of Madras #464111

Tints of Madras #464111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 42.76%

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

R = 46.05%
G = 42.76%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#464111 (or 0x464111) is known color: Madras. HEX triplet: 46, 41 and 11. RGB value is (70,65,17). Sum of RGB (Red+Green+Blue) = 70+65+17=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #464111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464111 is #B9BEEE. Grayscale: #3D3D3D. Windows color (decimal): -12173039 or 1130822. OLE color: 1130822.

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

Color convert

RGB 70 65 17 -
CMYK 0 0.07 0.76 0.73
HSL 54.34º 0.61% 0.17% -
HSV(B) 54.34º 0.76% 0.27% -
XYZ 4.52 5.12 1.28 -
YUV 61.02 103.16 134.4 -
System Red Green Blue C M Y K H S L
Decimal 70 65 17 0 0.07 0.76 0.73 54.34 0.61 0.17
Hex 46 41 11 0 7 4C 49 36 3D 11
Octal 106 101 21 0 7 114 111 66 75 21
Binary 1000110 1000001 10001 0 111 1001100 1001001 110110 111101 10001

Color Harmonies of #464111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464111

Black with #464111

Text Example


Text Example

White with #464111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464111; }

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

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

background-color css

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

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

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

border-color css

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

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

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