Html Css Color HEX #473C14 Madras

📋 copy color: '#473C14'

red 71 ◦ green 60 ◦ blue 20

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

Shades of Madras #473C14

Tints of Madras #473C14

RGB

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

 GREEN value IS 60 (23.83% from 255) = 39.74%

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

R = 47.02%
G = 39.74%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#473C14 (or 0x473C14) is known color: Madras. HEX triplet: 47, 3C and 14. RGB value is (71,60,20). Sum of RGB (Red+Green+Blue) = 71+60+20=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #473C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473C14 is #B8C3EB. Grayscale: #3A3A3A. Windows color (decimal): -12108780 or 1326151. OLE color: 1326151.

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

Color convert

RGB 71 60 20 -
CMYK 0 0.15 0.72 0.72
HSL 47.06º 0.56% 0.18% -
HSV(B) 47.06º 0.72% 0.28% -
XYZ 4.34 4.62 1.33 -
YUV 58.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 71 60 20 0 0.15 0.72 0.72 47.06 0.56 0.18
Hex 47 3C 14 0 F 48 48 2F 38 12
Octal 107 74 24 0 17 110 110 57 70 22
Binary 1000111 111100 10100 0 1111 1001000 1001000 101111 111000 10010

Color Harmonies of #473C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C14

Black with #473C14

Text Example


Text Example

White with #473C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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