Html Css Color HEX #464213 Madras

📋 copy color: '#464213'

red 70 ◦ green 66 ◦ blue 19

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

Shades of Madras #464213

Tints of Madras #464213

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.58%

 BLUE value IS 19 (7.81% from 255) = 12.26%

R = 45.16%
G = 42.58%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#464213 (or 0x464213) is known color: Madras. HEX triplet: 46, 42 and 13. RGB value is (70,66,19). Sum of RGB (Red+Green+Blue) = 70+66+19=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #464213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464213 is #B9BDEC. Grayscale: #3E3E3E. Windows color (decimal): -12172781 or 1262150. OLE color: 1262150.

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

Color convert

RGB 70 66 19 -
CMYK 0 0.06 0.73 0.73
HSL 55.29º 0.57% 0.17% -
HSV(B) 55.29º 0.73% 0.27% -
XYZ 4.59 5.25 1.39 -
YUV 61.84 103.83 133.82 -
System Red Green Blue C M Y K H S L
Decimal 70 66 19 0 0.06 0.73 0.73 55.29 0.57 0.17
Hex 46 42 13 0 6 49 49 37 39 11
Octal 106 102 23 0 6 111 111 67 71 21
Binary 1000110 1000010 10011 0 110 1001001 1001001 110111 111001 10001

Color Harmonies of #464213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464213

Black with #464213

Text Example


Text Example

White with #464213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464213; }

 p { color: rgb(70,66,19); }

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

background-color css

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

 a { background-color: rgb(70,66,19); }

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

border-color css

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

 span { border-color: rgb(70,66,19); }

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