Html Css Color HEX #4F4011 Madras

📋 copy color: '#4F4011'

red 79 ◦ green 64 ◦ blue 17

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

Shades of Madras #4F4011

Tints of Madras #4F4011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40%

 BLUE value IS 17 (7.03% from 255) = 10.63%

R = 49.38%
G = 40%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#4F4011 (or 0x4F4011) is known color: Madras. HEX triplet: 4F, 40 and 11. RGB value is (79,64,17). Sum of RGB (Red+Green+Blue) = 79+64+17=160 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.38% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4011 is #B0BFEE. Grayscale: #3F3F3F. Windows color (decimal): -11583471 or 1130575. OLE color: 1130575.

HSL color Cylindrical-coordinate representation of color #4F4011: hue angle of 45.48º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F4011 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 64 17 -
CMYK 0 0.19 0.78 0.69
HSL 45.48º 0.65% 0.19% -
HSV(B) 45.48º 0.78% 0.31% -
XYZ 5.16 5.37 1.29 -
YUV 63.13 101.97 139.32 -
System Red Green Blue C M Y K H S L
Decimal 79 64 17 0 0.19 0.78 0.69 45.48 0.65 0.19
Hex 4F 40 11 0 13 4E 45 2D 41 13
Octal 117 100 21 0 23 116 105 55 101 23
Binary 1001111 1000000 10001 0 10011 1001110 1000101 101101 1000001 10011

Color Harmonies of #4F4011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4011

Black with #4F4011

Text Example


Text Example

White with #4F4011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,64,17); }

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

background-color css

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

 a { background-color: rgb(79,64,17); }

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

border-color css

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

 span { border-color: rgb(79,64,17); }

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