Html Css Color HEX #464017 Madras

📋 copy color: '#464017'

red 70 ◦ green 64 ◦ blue 23

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

Shades of Madras #464017

Tints of Madras #464017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.65%

R = 44.59%
G = 40.76%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#464017 (or 0x464017) is known color: Madras. HEX triplet: 46, 40 and 17. RGB value is (70,64,23). Sum of RGB (Red+Green+Blue) = 70+64+23=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #464017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464017 is #B9BFE8. Grayscale: #3D3D3D. Windows color (decimal): -12173289 or 1523782. OLE color: 1523782.

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

Color convert

RGB 70 64 23 -
CMYK 0 0.09 0.67 0.73
HSL 52.34º 0.51% 0.18% -
HSV(B) 52.34º 0.67% 0.27% -
XYZ 4.51 5.03 1.54 -
YUV 61.12 106.49 134.33 -
System Red Green Blue C M Y K H S L
Decimal 70 64 23 0 0.09 0.67 0.73 52.34 0.51 0.18
Hex 46 40 17 0 9 43 49 34 33 12
Octal 106 100 27 0 11 103 111 64 63 22
Binary 1000110 1000000 10111 0 1001 1000011 1001001 110100 110011 10010

Color Harmonies of #464017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464017

Black with #464017

Text Example


Text Example

White with #464017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464017; }

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

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

background-color css

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

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

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

border-color css

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

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

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