Html Css Color HEX #473C10 Madras

📋 copy color: '#473C10'

red 71 ◦ green 60 ◦ blue 16

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

Shades of Madras #473C10

Tints of Madras #473C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.88%

R = 48.3%
G = 40.82%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#473C10 (or 0x473C10) is known color: Madras. HEX triplet: 47, 3C and 10. RGB value is (71,60,16). Sum of RGB (Red+Green+Blue) = 71+60+16=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #473C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473C10 is #B8C3EF. Grayscale: #3A3A3A. Windows color (decimal): -12108784 or 1064007. OLE color: 1064007.

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

Color convert

RGB 71 60 16 -
CMYK 0 0.15 0.77 0.72
HSL 48º 0.63% 0.17% -
HSV(B) 48º 0.77% 0.28% -
XYZ 4.31 4.61 1.15 -
YUV 58.27 104.14 137.08 -
System Red Green Blue C M Y K H S L
Decimal 71 60 16 0 0.15 0.77 0.72 48 0.63 0.17
Hex 47 3C 10 0 F 4D 48 30 3F 11
Octal 107 74 20 0 17 115 110 60 77 21
Binary 1000111 111100 10000 0 1111 1001101 1001000 110000 111111 10001

Color Harmonies of #473C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C10

Black with #473C10

Text Example


Text Example

White with #473C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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