Html Css Color HEX #473F10 Madras

📋 copy color: '#473F10'

red 71 ◦ green 63 ◦ blue 16

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

Shades of Madras #473F10

Tints of Madras #473F10

RGB

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

 GREEN value IS 63 (25% from 255) = 42%

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

R = 47.33%
G = 42%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#473F10 (or 0x473F10) is known color: Madras. HEX triplet: 47, 3F and 10. RGB value is (71,63,16). Sum of RGB (Red+Green+Blue) = 71+63+16=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #473F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473F10 is #B8C0EF. Grayscale: #3C3C3C. Windows color (decimal): -12108016 or 1064775. OLE color: 1064775.

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

Color convert

RGB 71 63 16 -
CMYK 0 0.11 0.77 0.72
HSL 51.27º 0.63% 0.17% -
HSV(B) 51.27º 0.77% 0.28% -
XYZ 4.47 4.93 1.21 -
YUV 60.03 103.15 135.82 -
System Red Green Blue C M Y K H S L
Decimal 71 63 16 0 0.11 0.77 0.72 51.27 0.63 0.17
Hex 47 3F 10 0 B 4D 48 33 3F 11
Octal 107 77 20 0 13 115 110 63 77 21
Binary 1000111 111111 10000 0 1011 1001101 1001000 110011 111111 10001

Color Harmonies of #473F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F10

Black with #473F10

Text Example


Text Example

White with #473F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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