Html Css Color HEX #464019 Madras

📋 copy color: '#464019'

red 70 ◦ green 64 ◦ blue 25

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

Shades of Madras #464019

Tints of Madras #464019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.72%

R = 44.03%
G = 40.25%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#464019 (or 0x464019) is known color: Madras. HEX triplet: 46, 40 and 19. RGB value is (70,64,25). Sum of RGB (Red+Green+Blue) = 70+64+25=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #464019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464019 is #B9BFE6. Grayscale: #3D3D3D. Windows color (decimal): -12173287 or 1654854. OLE color: 1654854.

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

Color convert

RGB 70 64 25 -
CMYK 0 0.09 0.64 0.73
HSL 52º 0.47% 0.19% -
HSV(B) 52º 0.64% 0.27% -
XYZ 4.53 5.04 1.65 -
YUV 61.35 107.49 134.17 -
System Red Green Blue C M Y K H S L
Decimal 70 64 25 0 0.09 0.64 0.73 52 0.47 0.19
Hex 46 40 19 0 9 40 49 34 2F 13
Octal 106 100 31 0 11 100 111 64 57 23
Binary 1000110 1000000 11001 0 1001 1000000 1001001 110100 101111 10011

Color Harmonies of #464019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464019

Black with #464019

Text Example


Text Example

White with #464019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464019; }

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

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

background-color css

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

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

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

border-color css

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

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

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