Html Css Color HEX #4F4506 Madras

📋 copy color: '#4F4506'

red 79 ◦ green 69 ◦ blue 6

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

Shades of Madras #4F4506

Tints of Madras #4F4506

RGB

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

 GREEN value IS 69 (27.34% from 255) = 44.81%

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

R = 51.3%
G = 44.81%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#4F4506 (or 0x4F4506) is known color: Madras. HEX triplet: 4F, 45 and 06. RGB value is (79,69,6). Sum of RGB (Red+Green+Blue) = 79+69+6=154 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.30% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4506 is #B0BAF9. Grayscale: #414141. Windows color (decimal): -11582202 or 410959. OLE color: 410959.

HSL color Cylindrical-coordinate representation of color #4F4506: hue angle of 51.78º 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 #4F4506 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 69 6 -
CMYK 0 0.13 0.92 0.69
HSL 51.78º 0.86% 0.17% -
HSV(B) 51.78º 0.92% 0.31% -
XYZ 5.39 5.93 1.03 -
YUV 64.81 94.81 138.12 -
System Red Green Blue C M Y K H S L
Decimal 79 69 6 0 0.13 0.92 0.69 51.78 0.86 0.17
Hex 4F 45 6 0 D 5C 45 34 56 11
Octal 117 105 6 0 15 134 105 64 126 21
Binary 1001111 1000101 110 0 1101 1011100 1000101 110100 1010110 10001

Color Harmonies of #4F4506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4506

Black with #4F4506

Text Example


Text Example

White with #4F4506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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