Html Css Color HEX #464115 Madras

📋 copy color: '#464115'

red 70 ◦ green 65 ◦ blue 21

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

Shades of Madras #464115

Tints of Madras #464115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.46%

R = 44.87%
G = 41.67%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#464115 (or 0x464115) is known color: Madras. HEX triplet: 46, 41 and 15. RGB value is (70,65,21). Sum of RGB (Red+Green+Blue) = 70+65+21=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #464115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464115 is #B9BEEA. Grayscale: #3D3D3D. Windows color (decimal): -12173035 or 1392966. OLE color: 1392966.

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

Color convert

RGB 70 65 21 -
CMYK 0 0.07 0.70 0.73
HSL 53.88º 0.54% 0.18% -
HSV(B) 53.88º 0.7% 0.27% -
XYZ 4.55 5.14 1.46 -
YUV 61.48 105.16 134.08 -
System Red Green Blue C M Y K H S L
Decimal 70 65 21 0 0.07 0.70 0.73 53.88 0.54 0.18
Hex 46 41 15 0 7 46 49 36 36 12
Octal 106 101 25 0 7 106 111 66 66 22
Binary 1000110 1000001 10101 0 111 1000110 1001001 110110 110110 10010

Color Harmonies of #464115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464115

Black with #464115

Text Example


Text Example

White with #464115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464115; }

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

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

background-color css

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

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

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

border-color css

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

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

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