Html Css Color HEX #473C16 Madras

📋 copy color: '#473C16'

red 71 ◦ green 60 ◦ blue 22

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

Shades of Madras #473C16

Tints of Madras #473C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.38%

R = 46.41%
G = 39.22%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#473C16 (or 0x473C16) is known color: Madras. HEX triplet: 47, 3C and 16. RGB value is (71,60,22). Sum of RGB (Red+Green+Blue) = 71+60+22=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #473C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473C16 is #B8C3E9. Grayscale: #3B3B3B. Windows color (decimal): -12108778 or 1457223. OLE color: 1457223.

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

Color convert

RGB 71 60 22 -
CMYK 0 0.15 0.69 0.72
HSL 46.53º 0.53% 0.18% -
HSV(B) 46.53º 0.69% 0.28% -
XYZ 4.36 4.63 1.42 -
YUV 58.96 107.14 136.59 -
System Red Green Blue C M Y K H S L
Decimal 71 60 22 0 0.15 0.69 0.72 46.53 0.53 0.18
Hex 47 3C 16 0 F 45 48 2F 35 12
Octal 107 74 26 0 17 105 110 57 65 22
Binary 1000111 111100 10110 0 1111 1000101 1001000 101111 110101 10010

Color Harmonies of #473C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C16

Black with #473C16

Text Example


Text Example

White with #473C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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