Html Css Color HEX #473C06 Madras

📋 copy color: '#473C06'

red 71 ◦ green 60 ◦ blue 6

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

Shades of Madras #473C06

Tints of Madras #473C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.38%

R = 51.82%
G = 43.8%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#473C06 (or 0x473C06) is known color: Madras. HEX triplet: 47, 3C and 06. RGB value is (71,60,6). Sum of RGB (Red+Green+Blue) = 71+60+6=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 60 (23.83% from 255 or 43.80% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #473C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473C06 is #B8C3F9. Grayscale: #393939. Windows color (decimal): -12108794 or 408647. OLE color: 408647.

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

Color convert

RGB 71 60 6 -
CMYK 0 0.15 0.92 0.72
HSL 49.85º 0.84% 0.15% -
HSV(B) 49.85º 0.92% 0.28% -
XYZ 4.25 4.58 0.83 -
YUV 57.13 99.14 137.89 -
System Red Green Blue C M Y K H S L
Decimal 71 60 6 0 0.15 0.92 0.72 49.85 0.84 0.15
Hex 47 3C 6 0 F 5C 48 32 54 F
Octal 107 74 6 0 17 134 110 62 124 17
Binary 1000111 111100 110 0 1111 1011100 1001000 110010 1010100 1111

Color Harmonies of #473C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C06

Black with #473C06

Text Example


Text Example

White with #473C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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