Html Css Color HEX #464414 Madras

📋 copy color: '#464414'

red 70 ◦ green 68 ◦ blue 20

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

Shades of Madras #464414

Tints of Madras #464414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.04%

 BLUE value IS 20 (8.2% from 255) = 12.66%

R = 44.3%
G = 43.04%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#464414 (or 0x464414) is known color: Madras. HEX triplet: 46, 44 and 14. RGB value is (70,68,20). Sum of RGB (Red+Green+Blue) = 70+68+20=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #464414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464414 is #B9BBEB. Grayscale: #3F3F3F. Windows color (decimal): -12172268 or 1328198. OLE color: 1328198.

HSL color Cylindrical-coordinate representation of color #464414: hue angle of 57.6º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #464414 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 68 20 -
CMYK 0 0.03 0.71 0.73
HSL 57.6º 0.56% 0.18% -
HSV(B) 57.6º 0.71% 0.27% -
XYZ 4.72 5.49 1.47 -
YUV 63.13 103.66 132.9 -
System Red Green Blue C M Y K H S L
Decimal 70 68 20 0 0.03 0.71 0.73 57.6 0.56 0.18
Hex 46 44 14 0 3 47 49 3A 38 12
Octal 106 104 24 0 3 107 111 72 70 22
Binary 1000110 1000100 10100 0 11 1000111 1001001 111010 111000 10010

Color Harmonies of #464414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464414

Black with #464414

Text Example


Text Example

White with #464414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464414; }

 p { color: rgb(70,68,20); }

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

background-color css

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

 a { background-color: rgb(70,68,20); }

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

border-color css

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

 span { border-color: rgb(70,68,20); }

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