Html Css Color HEX #473D10 Madras

📋 copy color: '#473D10'

red 71 ◦ green 61 ◦ blue 16

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

Shades of Madras #473D10

Tints of Madras #473D10

RGB

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

 GREEN value IS 61 (24.22% from 255) = 41.22%

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

R = 47.97%
G = 41.22%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#473D10 (or 0x473D10) is known color: Madras. HEX triplet: 47, 3D and 10. RGB value is (71,61,16). Sum of RGB (Red+Green+Blue) = 71+61+16=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #473D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473D10 is #B8C2EF. Grayscale: #3B3B3B. Windows color (decimal): -12108528 or 1064263. OLE color: 1064263.

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

Color convert

RGB 71 61 16 -
CMYK 0 0.14 0.77 0.72
HSL 49.09º 0.63% 0.17% -
HSV(B) 49.09º 0.77% 0.28% -
XYZ 4.36 4.71 1.17 -
YUV 58.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 71 61 16 0 0.14 0.77 0.72 49.09 0.63 0.17
Hex 47 3D 10 0 E 4D 48 31 3F 11
Octal 107 75 20 0 16 115 110 61 77 21
Binary 1000111 111101 10000 0 1110 1001101 1001000 110001 111111 10001

Color Harmonies of #473D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473D10

Black with #473D10

Text Example


Text Example

White with #473D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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