Html Css Color HEX #4F4100 Madras

📋 copy color: '#4F4100'

red 79 ◦ green 65 ◦ blue 0

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

Shades of Madras #4F4100

Tints of Madras #4F4100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 45.14%

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

R = 54.86%
G = 45.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#4F4100 (or 0x4F4100) is known color: Madras. HEX triplet: 4F, 41 and 00. RGB value is (79,65,0). Sum of RGB (Red+Green+Blue) = 79+65+0=144 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.86% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4100 is #B0BEFF. Grayscale: #3E3E3E. Windows color (decimal): -11583232 or 16719. OLE color: 16719.

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

Color convert

RGB 79 65 0 -
CMYK 0 0.18 1 0.69
HSL 49.37º 1% 0.15% -
HSV(B) 49.37º 1% 0.31% -
XYZ 5.11 5.44 0.78 -
YUV 61.78 93.14 140.29 -
System Red Green Blue C M Y K H S L
Decimal 79 65 0 0 0.18 1 0.69 49.37 1 0.15
Hex 4F 41 0 0 12 64 45 31 64 F
Octal 117 101 0 0 22 144 105 61 144 17
Binary 1001111 1000001 0 0 10010 1100100 1000101 110001 1100100 1111

Color Harmonies of #4F4100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4100

Black with #4F4100

Text Example


Text Example

White with #4F4100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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