Html Css Color HEX #473F11 Madras

📋 copy color: '#473F11'

red 71 ◦ green 63 ◦ blue 17

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

Shades of Madras #473F11

Tints of Madras #473F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.26%

R = 47.02%
G = 41.72%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#473F11 (or 0x473F11) is known color: Madras. HEX triplet: 47, 3F and 11. RGB value is (71,63,17). Sum of RGB (Red+Green+Blue) = 71+63+17=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 63 (25% from 255 or 41.72% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #473F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473F11 is #B8C0EE. Grayscale: #3C3C3C. Windows color (decimal): -12108015 or 1130311. OLE color: 1130311.

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

Color convert

RGB 71 63 17 -
CMYK 0 0.11 0.76 0.72
HSL 51.11º 0.61% 0.17% -
HSV(B) 51.11º 0.76% 0.28% -
XYZ 4.48 4.94 1.25 -
YUV 60.15 103.65 135.74 -
System Red Green Blue C M Y K H S L
Decimal 71 63 17 0 0.11 0.76 0.72 51.11 0.61 0.17
Hex 47 3F 11 0 B 4C 48 33 3D 11
Octal 107 77 21 0 13 114 110 63 75 21
Binary 1000111 111111 10001 0 1011 1001100 1001000 110011 111101 10001

Color Harmonies of #473F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F11

Black with #473F11

Text Example


Text Example

White with #473F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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