Html Css Color HEX #464012 Madras

📋 copy color: '#464012'

red 70 ◦ green 64 ◦ blue 18

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

Shades of Madras #464012

Tints of Madras #464012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.84%

R = 46.05%
G = 42.11%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#464012 (or 0x464012) is known color: Madras. HEX triplet: 46, 40 and 12. RGB value is (70,64,18). Sum of RGB (Red+Green+Blue) = 70+64+18=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #464012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464012 is #B9BFED. Grayscale: #3C3C3C. Windows color (decimal): -12173294 or 1196102. OLE color: 1196102.

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

Color convert

RGB 70 64 18 -
CMYK 0 0.09 0.74 0.73
HSL 53.08º 0.59% 0.17% -
HSV(B) 53.08º 0.74% 0.27% -
XYZ 4.47 5.01 1.3 -
YUV 60.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 70 64 18 0 0.09 0.74 0.73 53.08 0.59 0.17
Hex 46 40 12 0 9 4A 49 35 3B 11
Octal 106 100 22 0 11 112 111 65 73 21
Binary 1000110 1000000 10010 0 1001 1001010 1001001 110101 111011 10001

Color Harmonies of #464012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464012

Black with #464012

Text Example


Text Example

White with #464012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464012; }

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

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

background-color css

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

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

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

border-color css

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

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

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