Html Css Color HEX #464118 Madras

📋 copy color: '#464118'

red 70 ◦ green 65 ◦ blue 24

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

Shades of Madras #464118

Tints of Madras #464118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.09%

R = 44.03%
G = 40.88%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#464118 (or 0x464118) is known color: Madras. HEX triplet: 46, 41 and 18. RGB value is (70,65,24). Sum of RGB (Red+Green+Blue) = 70+65+24=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #464118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464118 is #B9BEE7. Grayscale: #3D3D3D. Windows color (decimal): -12173032 or 1589574. OLE color: 1589574.

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

Color convert

RGB 70 65 24 -
CMYK 0 0.07 0.66 0.73
HSL 53.48º 0.49% 0.18% -
HSV(B) 53.48º 0.66% 0.27% -
XYZ 4.58 5.15 1.62 -
YUV 61.82 106.66 133.83 -
System Red Green Blue C M Y K H S L
Decimal 70 65 24 0 0.07 0.66 0.73 53.48 0.49 0.18
Hex 46 41 18 0 7 42 49 35 31 12
Octal 106 101 30 0 7 102 111 65 61 22
Binary 1000110 1000001 11000 0 111 1000010 1001001 110101 110001 10010

Color Harmonies of #464118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464118

Black with #464118

Text Example


Text Example

White with #464118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464118; }

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

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

background-color css

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

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

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

border-color css

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

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

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