Html Css Color HEX #464110 Madras

📋 copy color: '#464110'

red 70 ◦ green 65 ◦ blue 16

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

Shades of Madras #464110

Tints of Madras #464110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.6%

R = 46.36%
G = 43.05%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#464110 (or 0x464110) is known color: Madras. HEX triplet: 46, 41 and 10. RGB value is (70,65,16). Sum of RGB (Red+Green+Blue) = 70+65+16=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #464110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464110 is #B9BEEF. Grayscale: #3D3D3D. Windows color (decimal): -12173040 or 1065286. OLE color: 1065286.

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

Color convert

RGB 70 65 16 -
CMYK 0 0.07 0.77 0.73
HSL 54.44º 0.63% 0.17% -
HSV(B) 54.44º 0.77% 0.27% -
XYZ 4.51 5.12 1.24 -
YUV 60.91 102.66 134.48 -
System Red Green Blue C M Y K H S L
Decimal 70 65 16 0 0.07 0.77 0.73 54.44 0.63 0.17
Hex 46 41 10 0 7 4D 49 36 3F 11
Octal 106 101 20 0 7 115 111 66 77 21
Binary 1000110 1000001 10000 0 111 1001101 1001001 110110 111111 10001

Color Harmonies of #464110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464110

Black with #464110

Text Example


Text Example

White with #464110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464110; }

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

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

background-color css

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

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

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

border-color css

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

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

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