Html Css Color HEX #473B10 Madras

📋 copy color: '#473B10'

red 71 ◦ green 59 ◦ blue 16

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

Shades of Madras #473B10

Tints of Madras #473B10

RGB

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

 GREEN value IS 59 (23.44% from 255) = 40.41%

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

R = 48.63%
G = 40.41%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#473B10 (or 0x473B10) is known color: Madras. HEX triplet: 47, 3B and 10. RGB value is (71,59,16). Sum of RGB (Red+Green+Blue) = 71+59+16=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 59 (23.44% from 255 or 40.41% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #473B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473B10 is #B8C4EF. Grayscale: #393939. Windows color (decimal): -12109040 or 1063751. OLE color: 1063751.

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

Color convert

RGB 71 59 16 -
CMYK 0 0.17 0.77 0.72
HSL 46.91º 0.63% 0.17% -
HSV(B) 46.91º 0.77% 0.28% -
XYZ 4.26 4.5 1.14 -
YUV 57.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 71 59 16 0 0.17 0.77 0.72 46.91 0.63 0.17
Hex 47 3B 10 0 11 4D 48 2F 3F 11
Octal 107 73 20 0 21 115 110 57 77 21
Binary 1000111 111011 10000 0 10001 1001101 1001000 101111 111111 10001

Color Harmonies of #473B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B10

Black with #473B10

Text Example


Text Example

White with #473B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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