Html Css Color HEX #464119 Madras

📋 copy color: '#464119'

red 70 ◦ green 65 ◦ blue 25

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

Shades of Madras #464119

Tints of Madras #464119

RGB

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

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

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

R = 43.75%
G = 40.63%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#464119 (or 0x464119) is known color: Madras. HEX triplet: 46, 41 and 19. RGB value is (70,65,25). Sum of RGB (Red+Green+Blue) = 70+65+25=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #464119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464119 is #B9BEE6. Grayscale: #3E3E3E. Windows color (decimal): -12173031 or 1655110. OLE color: 1655110.

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

Color convert

RGB 70 65 25 -
CMYK 0 0.07 0.64 0.73
HSL 53.33º 0.47% 0.19% -
HSV(B) 53.33º 0.64% 0.27% -
XYZ 4.59 5.15 1.67 -
YUV 61.94 107.16 133.75 -
System Red Green Blue C M Y K H S L
Decimal 70 65 25 0 0.07 0.64 0.73 53.33 0.47 0.19
Hex 46 41 19 0 7 40 49 35 2F 13
Octal 106 101 31 0 7 100 111 65 57 23
Binary 1000110 1000001 11001 0 111 1000000 1001001 110101 101111 10011

Color Harmonies of #464119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464119

Black with #464119

Text Example


Text Example

White with #464119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464119; }

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

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

background-color css

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

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

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

border-color css

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

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

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