Html Css Color HEX #473C04 Madras

📋 copy color: '#473C04'

red 71 ◦ green 60 ◦ blue 4

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

Shades of Madras #473C04

Tints of Madras #473C04

RGB

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

 GREEN value IS 60 (23.83% from 255) = 44.44%

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

R = 52.59%
G = 44.44%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#473C04 (or 0x473C04) is known color: Madras. HEX triplet: 47, 3C and 04. RGB value is (71,60,4). Sum of RGB (Red+Green+Blue) = 71+60+4=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 60 (23.83% from 255 or 44.44% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #473C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473C04 is #B8C3FB. Grayscale: #393939. Windows color (decimal): -12108796 or 277575. OLE color: 277575.

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

Color convert

RGB 71 60 4 -
CMYK 0 0.15 0.94 0.72
HSL 50.15º 0.89% 0.15% -
HSV(B) 50.15º 0.94% 0.28% -
XYZ 4.24 4.58 0.78 -
YUV 56.91 98.14 138.05 -
System Red Green Blue C M Y K H S L
Decimal 71 60 4 0 0.15 0.94 0.72 50.15 0.89 0.15
Hex 47 3C 4 0 F 5E 48 32 59 F
Octal 107 74 4 0 17 136 110 62 131 17
Binary 1000111 111100 100 0 1111 1011110 1001000 110010 1011001 1111

Color Harmonies of #473C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C04

Black with #473C04

Text Example


Text Example

White with #473C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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