Html Css Color HEX #474513 Madras

📋 copy color: '#474513'

red 71 ◦ green 69 ◦ blue 19

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

Shades of Madras #474513

Tints of Madras #474513

RGB

 RED value IS 71 (28.13% from 255) = 44.65%

 GREEN value IS 69 (27.34% from 255) = 43.4%

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

R = 44.65%
G = 43.4%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#474513 (or 0x474513) is known color: Madras. HEX triplet: 47, 45 and 13. RGB value is (71,69,19). Sum of RGB (Red+Green+Blue) = 71+69+19=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #474513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474513 is #B8BAEC. Grayscale: #404040. Windows color (decimal): -12106477 or 1262919. OLE color: 1262919.

HSL color Cylindrical-coordinate representation of color #474513: hue angle of 57.69º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #474513 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 69 19 -
CMYK 0 0.03 0.73 0.72
HSL 57.69º 0.58% 0.18% -
HSV(B) 57.69º 0.73% 0.28% -
XYZ 4.84 5.64 1.45 -
YUV 63.9 102.66 133.07 -
System Red Green Blue C M Y K H S L
Decimal 71 69 19 0 0.03 0.73 0.72 57.69 0.58 0.18
Hex 47 45 13 0 3 49 48 3A 3A 12
Octal 107 105 23 0 3 111 110 72 72 22
Binary 1000111 1000101 10011 0 11 1001001 1001000 111010 111010 10010

Color Harmonies of #474513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474513

Black with #474513

Text Example


Text Example

White with #474513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474513; }

 p { color: rgb(71,69,19); }

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

background-color css

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

 a { background-color: rgb(71,69,19); }

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

border-color css

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

 span { border-color: rgb(71,69,19); }

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