Html Css Color HEX #4F4400 Madras

📋 copy color: '#4F4400'

red 79 ◦ green 68 ◦ blue 0

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

Shades of Madras #4F4400

Tints of Madras #4F4400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 46.26%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.74%
G = 46.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#4F4400 (or 0x4F4400) is known color: Madras. HEX triplet: 4F, 44 and 00. RGB value is (79,68,0). Sum of RGB (Red+Green+Blue) = 79+68+0=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4400 is #B0BBFF. Grayscale: #3F3F3F. Windows color (decimal): -11582464 or 17487. OLE color: 17487.

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

Color convert

RGB 79 68 0 -
CMYK 0 0.14 1 0.69
HSL 51.65º 1% 0.15% -
HSV(B) 51.65º 1% 0.31% -
XYZ 5.29 5.8 0.84 -
YUV 63.54 92.14 139.03 -
System Red Green Blue C M Y K H S L
Decimal 79 68 0 0 0.14 1 0.69 51.65 1 0.15
Hex 4F 44 0 0 E 64 45 34 64 F
Octal 117 104 0 0 16 144 105 64 144 17
Binary 1001111 1000100 0 0 1110 1100100 1000101 110100 1100100 1111

Color Harmonies of #4F4400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4400

Black with #4F4400

Text Example


Text Example

White with #4F4400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,68,0); }

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

background-color css

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

 a { background-color: rgb(79,68,0); }

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

border-color css

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

 span { border-color: rgb(79,68,0); }

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