Html Css Color HEX #473A14 Madras

📋 copy color: '#473A14'

red 71 ◦ green 58 ◦ blue 20

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

Shades of Madras #473A14

Tints of Madras #473A14

RGB

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

 GREEN value IS 58 (23.05% from 255) = 38.93%

 BLUE value IS 20 (8.2% from 255) = 13.42%

R = 47.65%
G = 38.93%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#473A14 (or 0x473A14) is known color: Madras. HEX triplet: 47, 3A and 14. RGB value is (71,58,20). Sum of RGB (Red+Green+Blue) = 71+58+20=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #473A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473A14 is #B8C5EB. Grayscale: #393939. Windows color (decimal): -12109292 or 1325639. OLE color: 1325639.

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

Color convert

RGB 71 58 20 -
CMYK 0 0.18 0.72 0.72
HSL 44.71º 0.56% 0.18% -
HSV(B) 44.71º 0.72% 0.28% -
XYZ 4.24 4.42 1.29 -
YUV 57.56 106.81 137.59 -
System Red Green Blue C M Y K H S L
Decimal 71 58 20 0 0.18 0.72 0.72 44.71 0.56 0.18
Hex 47 3A 14 0 12 48 48 2D 38 12
Octal 107 72 24 0 22 110 110 55 70 22
Binary 1000111 111010 10100 0 10010 1001000 1001000 101101 111000 10010

Color Harmonies of #473A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473A14

Black with #473A14

Text Example


Text Example

White with #473A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,58,20); }

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

background-color css

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

 a { background-color: rgb(71,58,20); }

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

border-color css

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

 span { border-color: rgb(71,58,20); }

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