Html Css Color HEX #473500 Madras

📋 copy color: '#473500'

red 71 ◦ green 53 ◦ blue 0

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

Shades of Madras #473500

Tints of Madras #473500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 42.74%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.26%
G = 42.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#473500 (or 0x473500) is known color: Madras. HEX triplet: 47, 35 and 00. RGB value is (71,53,0). Sum of RGB (Red+Green+Blue) = 71+53+0=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #473500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473500 is #B8CAFF. Grayscale: #343434. Windows color (decimal): -12110592 or 13639. OLE color: 13639.

HSL color Cylindrical-coordinate representation of color #473500: hue angle of 44.79º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #473500 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 53 0 -
CMYK 0 0.25 1 0.72
HSL 44.79º 1% 0.14% -
HSV(B) 44.79º 1% 0.28% -
XYZ 3.87 3.89 0.55 -
YUV 52.34 98.46 141.31 -
System Red Green Blue C M Y K H S L
Decimal 71 53 0 0 0.25 1 0.72 44.79 1 0.14
Hex 47 35 0 0 19 64 48 2D 64 E
Octal 107 65 0 0 31 144 110 55 144 16
Binary 1000111 110101 0 0 11001 1100100 1001000 101101 1100100 1110

Color Harmonies of #473500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473500

Black with #473500

Text Example


Text Example

White with #473500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473500; }

 p { color: rgb(71,53,0); }

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

background-color css

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

 a { background-color: rgb(71,53,0); }

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

border-color css

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

 span { border-color: rgb(71,53,0); }

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