Html Css Color HEX #473B13 Madras

📋 copy color: '#473B13'

red 71 ◦ green 59 ◦ blue 19

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

Shades of Madras #473B13

Tints of Madras #473B13

RGB

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

 GREEN value IS 59 (23.44% from 255) = 39.6%

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

R = 47.65%
G = 39.6%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#473B13 (or 0x473B13) is known color: Madras. HEX triplet: 47, 3B and 13. RGB value is (71,59,19). Sum of RGB (Red+Green+Blue) = 71+59+19=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #473B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473B13 is #B8C4EC. Grayscale: #3A3A3A. Windows color (decimal): -12109037 or 1260359. OLE color: 1260359.

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

Color convert

RGB 71 59 19 -
CMYK 0 0.17 0.73 0.72
HSL 46.15º 0.58% 0.18% -
HSV(B) 46.15º 0.73% 0.28% -
XYZ 4.28 4.51 1.26 -
YUV 58.03 105.98 137.25 -
System Red Green Blue C M Y K H S L
Decimal 71 59 19 0 0.17 0.73 0.72 46.15 0.58 0.18
Hex 47 3B 13 0 11 49 48 2E 3A 12
Octal 107 73 23 0 21 111 110 56 72 22
Binary 1000111 111011 10011 0 10001 1001001 1001000 101110 111010 10010

Color Harmonies of #473B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B13

Black with #473B13

Text Example


Text Example

White with #473B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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