Html Css Color HEX #473502 Madras

📋 copy color: '#473502'

red 71 ◦ green 53 ◦ blue 2

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

Shades of Madras #473502

Tints of Madras #473502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.59%

R = 56.35%
G = 42.06%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#473502 (or 0x473502) is known color: Madras. HEX triplet: 47, 35 and 02. RGB value is (71,53,2). Sum of RGB (Red+Green+Blue) = 71+53+2=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #473502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473502 is #B8CAFD. Grayscale: #343434. Windows color (decimal): -12110590 or 144711. OLE color: 144711.

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

Color convert

RGB 71 53 2 -
CMYK 0 0.25 0.97 0.72
HSL 44.35º 0.95% 0.14% -
HSV(B) 44.35º 0.97% 0.28% -
XYZ 3.88 3.89 0.6 -
YUV 52.57 99.46 141.15 -
System Red Green Blue C M Y K H S L
Decimal 71 53 2 0 0.25 0.97 0.72 44.35 0.95 0.14
Hex 47 35 2 0 19 61 48 2C 5F E
Octal 107 65 2 0 31 141 110 54 137 16
Binary 1000111 110101 10 0 11001 1100001 1001000 101100 1011111 1110

Color Harmonies of #473502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473502

Black with #473502

Text Example


Text Example

White with #473502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473502; }

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

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

background-color css

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

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

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

border-color css

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

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

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