Html Css Color HEX #473C07 Madras

📋 copy color: '#473C07'

red 71 ◦ green 60 ◦ blue 7

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

Shades of Madras #473C07

Tints of Madras #473C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.07%

R = 51.45%
G = 43.48%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#473C07 (or 0x473C07) is known color: Madras. HEX triplet: 47, 3C and 07. RGB value is (71,60,7). Sum of RGB (Red+Green+Blue) = 71+60+7=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 60 (23.83% from 255 or 43.48% from 138); Blue value is 7 (3.12% from 255 or 5.07% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #473C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473C07 is #B8C3F8. Grayscale: #393939. Windows color (decimal): -12108793 or 474183. OLE color: 474183.

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

Color convert

RGB 71 60 7 -
CMYK 0 0.15 0.90 0.72
HSL 49.69º 0.82% 0.15% -
HSV(B) 49.69º 0.9% 0.28% -
XYZ 4.25 4.59 0.86 -
YUV 57.25 99.64 137.81 -
System Red Green Blue C M Y K H S L
Decimal 71 60 7 0 0.15 0.90 0.72 49.69 0.82 0.15
Hex 47 3C 7 0 F 5A 48 32 52 F
Octal 107 74 7 0 17 132 110 62 122 17
Binary 1000111 111100 111 0 1111 1011010 1001000 110010 1010010 1111

Color Harmonies of #473C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C07

Black with #473C07

Text Example


Text Example

White with #473C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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