Html Css Color HEX #464024 Madras

📋 copy color: '#464024'

red 70 ◦ green 64 ◦ blue 36

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

Shades of Madras #464024

Tints of Madras #464024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 21.18%

R = 41.18%
G = 37.65%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#464024 (or 0x464024) is known color: Madras. HEX triplet: 46, 40 and 24. RGB value is (70,64,36). Sum of RGB (Red+Green+Blue) = 70+64+36=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 70 - color contains mainly: red. Hex color #464024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464024 is #B9BFDB. Grayscale: #3E3E3E. Windows color (decimal): -12173276 or 2375750. OLE color: 2375750.

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

Color convert

RGB 70 64 36 -
CMYK 0 0.09 0.49 0.73
HSL 49.41º 0.32% 0.21% -
HSV(B) 49.41º 0.49% 0.27% -
XYZ 4.68 5.1 2.41 -
YUV 62.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 70 64 36 0 0.09 0.49 0.73 49.41 0.32 0.21
Hex 46 40 24 0 9 31 49 31 20 15
Octal 106 100 44 0 11 61 111 61 40 25
Binary 1000110 1000000 100100 0 1001 110001 1001001 110001 100000 10101

Color Harmonies of #464024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464024

Black with #464024

Text Example


Text Example

White with #464024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464024; }

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

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

background-color css

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

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

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

border-color css

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

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

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