Html Css Color HEX #473A16 Madras

📋 copy color: '#473A16'

red 71 ◦ green 58 ◦ blue 22

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

Shades of Madras #473A16

Tints of Madras #473A16

RGB

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

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

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

R = 47.02%
G = 38.41%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#473A16 (or 0x473A16) is known color: Madras. HEX triplet: 47, 3A and 16. RGB value is (71,58,22). Sum of RGB (Red+Green+Blue) = 71+58+22=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #473A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473A16 is #B8C5E9. Grayscale: #393939. Windows color (decimal): -12109290 or 1456711. OLE color: 1456711.

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

Color convert

RGB 71 58 22 -
CMYK 0 0.18 0.69 0.72
HSL 44.08º 0.53% 0.18% -
HSV(B) 44.08º 0.69% 0.28% -
XYZ 4.26 4.42 1.39 -
YUV 57.78 107.81 137.43 -
System Red Green Blue C M Y K H S L
Decimal 71 58 22 0 0.18 0.69 0.72 44.08 0.53 0.18
Hex 47 3A 16 0 12 45 48 2C 35 12
Octal 107 72 26 0 22 105 110 54 65 22
Binary 1000111 111010 10110 0 10010 1000101 1001000 101100 110101 10010

Color Harmonies of #473A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473A16

Black with #473A16

Text Example


Text Example

White with #473A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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