Html Css Color HEX #464022 Madras

📋 copy color: '#464022'

red 70 ◦ green 64 ◦ blue 34

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

Shades of Madras #464022

Tints of Madras #464022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.24%

R = 41.67%
G = 38.1%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#464022 (or 0x464022) is known color: Madras. HEX triplet: 46, 40 and 22. RGB value is (70,64,34). Sum of RGB (Red+Green+Blue) = 70+64+34=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 70 - color contains mainly: red. Hex color #464022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464022 is #B9BFDD. Grayscale: #3E3E3E. Windows color (decimal): -12173278 or 2244678. OLE color: 2244678.

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

Color convert

RGB 70 64 34 -
CMYK 0 0.09 0.51 0.73
HSL 50º 0.35% 0.2% -
HSV(B) 50º 0.51% 0.27% -
XYZ 4.65 5.08 2.25 -
YUV 62.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 70 64 34 0 0.09 0.51 0.73 50 0.35 0.2
Hex 46 40 22 0 9 33 49 32 23 14
Octal 106 100 42 0 11 63 111 62 43 24
Binary 1000110 1000000 100010 0 1001 110011 1001001 110010 100011 10100

Color Harmonies of #464022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464022

Black with #464022

Text Example


Text Example

White with #464022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464022; }

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

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

background-color css

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

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

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

border-color css

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

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

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