Html Css Color HEX #4F4206 Madras

📋 copy color: '#4F4206'

red 79 ◦ green 66 ◦ blue 6

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

Shades of Madras #4F4206

Tints of Madras #4F4206

RGB

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

 GREEN value IS 66 (26.17% from 255) = 43.71%

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

R = 52.32%
G = 43.71%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#4F4206 (or 0x4F4206) is known color: Madras. HEX triplet: 4F, 42 and 06. RGB value is (79,66,6). Sum of RGB (Red+Green+Blue) = 79+66+6=151 (20% of max value = 765). Red value is 79 (31.25% from 255 or 52.32% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4206 is #B0BDF9. Grayscale: #3F3F3F. Windows color (decimal): -11582970 or 410191. OLE color: 410191.

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

Color convert

RGB 79 66 6 -
CMYK 0 0.16 0.92 0.69
HSL 49.32º 0.86% 0.17% -
HSV(B) 49.32º 0.92% 0.31% -
XYZ 5.21 5.57 0.97 -
YUV 63.05 95.81 139.38 -
System Red Green Blue C M Y K H S L
Decimal 79 66 6 0 0.16 0.92 0.69 49.32 0.86 0.17
Hex 4F 42 6 0 10 5C 45 31 56 11
Octal 117 102 6 0 20 134 105 61 126 21
Binary 1001111 1000010 110 0 10000 1011100 1000101 110001 1010110 10001

Color Harmonies of #4F4206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4206

Black with #4F4206

Text Example


Text Example

White with #4F4206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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