Html Css Color HEX #4F4706 Madras

📋 copy color: '#4F4706'

red 79 ◦ green 71 ◦ blue 6

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

Shades of Madras #4F4706

Tints of Madras #4F4706

RGB

 RED value IS 79 (31.25% from 255) = 50.64%

 GREEN value IS 71 (28.13% from 255) = 45.51%

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

R = 50.64%
G = 45.51%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#4F4706 (or 0x4F4706) is known color: Madras. HEX triplet: 4F, 47 and 06. RGB value is (79,71,6). Sum of RGB (Red+Green+Blue) = 79+71+6=156 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.64% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4706 is #B0B8F9. Grayscale: #424242. Windows color (decimal): -11581690 or 411471. OLE color: 411471.

HSL color Cylindrical-coordinate representation of color #4F4706: hue angle of 53.42º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F4706 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 71 6 -
CMYK 0 0.10 0.92 0.69
HSL 53.42º 0.86% 0.17% -
HSV(B) 53.42º 0.92% 0.31% -
XYZ 5.51 6.18 1.08 -
YUV 65.98 94.15 137.29 -
System Red Green Blue C M Y K H S L
Decimal 79 71 6 0 0.10 0.92 0.69 53.42 0.86 0.17
Hex 4F 47 6 0 A 5C 45 35 56 11
Octal 117 107 6 0 12 134 105 65 126 21
Binary 1001111 1000111 110 0 1010 1011100 1000101 110101 1010110 10001

Color Harmonies of #4F4706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4706

Black with #4F4706

Text Example


Text Example

White with #4F4706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F4706; }

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

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

background-color css

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

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

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

border-color css

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

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

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