Html Css Color HEX #473504 Madras

📋 copy color: '#473504'

red 71 ◦ green 53 ◦ blue 4

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

Shades of Madras #473504

Tints of Madras #473504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.13%

R = 55.47%
G = 41.41%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#473504 (or 0x473504) is known color: Madras. HEX triplet: 47, 35 and 04. RGB value is (71,53,4). Sum of RGB (Red+Green+Blue) = 71+53+4=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #473504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473504 is #B8CAFB. Grayscale: #353535. Windows color (decimal): -12110588 or 275783. OLE color: 275783.

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

Color convert

RGB 71 53 4 -
CMYK 0 0.25 0.94 0.72
HSL 43.88º 0.89% 0.15% -
HSV(B) 43.88º 0.94% 0.28% -
XYZ 3.89 3.89 0.66 -
YUV 52.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 71 53 4 0 0.25 0.94 0.72 43.88 0.89 0.15
Hex 47 35 4 0 19 5E 48 2C 59 F
Octal 107 65 4 0 31 136 110 54 131 17
Binary 1000111 110101 100 0 11001 1011110 1001000 101100 1011001 1111

Color Harmonies of #473504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473504

Black with #473504

Text Example


Text Example

White with #473504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473504; }

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

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

background-color css

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

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

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

border-color css

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

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

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