Html Css Color HEX #4F4606 Madras

📋 copy color: '#4F4606'

red 79 ◦ green 70 ◦ blue 6

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

Shades of Madras #4F4606

Tints of Madras #4F4606

RGB

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

 GREEN value IS 70 (27.73% from 255) = 45.16%

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

R = 50.97%
G = 45.16%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#4F4606 (or 0x4F4606) is known color: Madras. HEX triplet: 4F, 46 and 06. RGB value is (79,70,6). Sum of RGB (Red+Green+Blue) = 79+70+6=155 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.97% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4606 is #B0B9F9. Grayscale: #414141. Windows color (decimal): -11581946 or 411215. OLE color: 411215.

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

Color convert

RGB 79 70 6 -
CMYK 0 0.11 0.92 0.69
HSL 52.6º 0.86% 0.17% -
HSV(B) 52.6º 0.92% 0.31% -
XYZ 5.45 6.06 1.05 -
YUV 65.4 94.48 137.7 -
System Red Green Blue C M Y K H S L
Decimal 79 70 6 0 0.11 0.92 0.69 52.6 0.86 0.17
Hex 4F 46 6 0 B 5C 45 35 56 11
Octal 117 106 6 0 13 134 105 65 126 21
Binary 1001111 1000110 110 0 1011 1011100 1000101 110101 1010110 10001

Color Harmonies of #4F4606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4606

Black with #4F4606

Text Example


Text Example

White with #4F4606

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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