Html Css Color HEX #473F13 Madras

📋 copy color: '#473F13'

red 71 ◦ green 63 ◦ blue 19

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

Shades of Madras #473F13

Tints of Madras #473F13

RGB

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

 GREEN value IS 63 (25% from 255) = 41.18%

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

R = 46.41%
G = 41.18%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#473F13 (or 0x473F13) is known color: Madras. HEX triplet: 47, 3F and 13. RGB value is (71,63,19). Sum of RGB (Red+Green+Blue) = 71+63+19=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #473F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473F13 is #B8C0EC. Grayscale: #3C3C3C. Windows color (decimal): -12108013 or 1261383. OLE color: 1261383.

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

Color convert

RGB 71 63 19 -
CMYK 0 0.11 0.73 0.72
HSL 50.77º 0.58% 0.18% -
HSV(B) 50.77º 0.73% 0.28% -
XYZ 4.49 4.94 1.33 -
YUV 60.38 104.65 135.58 -
System Red Green Blue C M Y K H S L
Decimal 71 63 19 0 0.11 0.73 0.72 50.77 0.58 0.18
Hex 47 3F 13 0 B 49 48 33 3A 12
Octal 107 77 23 0 13 111 110 63 72 22
Binary 1000111 111111 10011 0 1011 1001001 1001000 110011 111010 10010

Color Harmonies of #473F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F13

Black with #473F13

Text Example


Text Example

White with #473F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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