Html Css Color HEX #464413 Madras

📋 copy color: '#464413'

red 70 ◦ green 68 ◦ blue 19

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

Shades of Madras #464413

Tints of Madras #464413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.31%

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

R = 44.59%
G = 43.31%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#464413 (or 0x464413) is known color: Madras. HEX triplet: 46, 44 and 13. RGB value is (70,68,19). Sum of RGB (Red+Green+Blue) = 70+68+19=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #464413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464413 is #B9BBEC. Grayscale: #3F3F3F. Windows color (decimal): -12172269 or 1262662. OLE color: 1262662.

HSL color Cylindrical-coordinate representation of color #464413: hue angle of 57.65º 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 #464413 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 68 19 -
CMYK 0 0.03 0.73 0.73
HSL 57.65º 0.57% 0.17% -
HSV(B) 57.65º 0.73% 0.27% -
XYZ 4.71 5.48 1.43 -
YUV 63.01 103.16 132.98 -
System Red Green Blue C M Y K H S L
Decimal 70 68 19 0 0.03 0.73 0.73 57.65 0.57 0.17
Hex 46 44 13 0 3 49 49 3A 39 11
Octal 106 104 23 0 3 111 111 72 71 21
Binary 1000110 1000100 10011 0 11 1001001 1001001 111010 111001 10001

Color Harmonies of #464413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464413

Black with #464413

Text Example


Text Example

White with #464413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464413; }

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

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

background-color css

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

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

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

border-color css

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

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

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