Html Css Color HEX #463913 Madras

📋 copy color: '#463913'

red 70 ◦ green 57 ◦ blue 19

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

Shades of Madras #463913

Tints of Madras #463913

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.04%

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

R = 47.95%
G = 39.04%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#463913 (or 0x463913) is known color: Madras. HEX triplet: 46, 39 and 13. RGB value is (70,57,19). Sum of RGB (Red+Green+Blue) = 70+57+19=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #463913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463913 is #B9C6EC. Grayscale: #383838. Windows color (decimal): -12175085 or 1259846. OLE color: 1259846.

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

Color convert

RGB 70 57 19 -
CMYK 0 0.19 0.73 0.73
HSL 44.71º 0.57% 0.17% -
HSV(B) 44.71º 0.73% 0.27% -
XYZ 4.11 4.28 1.22 -
YUV 56.56 106.81 137.59 -
System Red Green Blue C M Y K H S L
Decimal 70 57 19 0 0.19 0.73 0.73 44.71 0.57 0.17
Hex 46 39 13 0 13 49 49 2D 39 11
Octal 106 71 23 0 23 111 111 55 71 21
Binary 1000110 111001 10011 0 10011 1001001 1001001 101101 111001 10001

Color Harmonies of #463913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463913

Black with #463913

Text Example


Text Example

White with #463913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463913; }

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

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

background-color css

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

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

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

border-color css

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

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

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