Html Css Color HEX #4F4005 Madras

📋 copy color: '#4F4005'

red 79 ◦ green 64 ◦ blue 5

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

Shades of Madras #4F4005

Tints of Madras #4F4005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.38%

R = 53.38%
G = 43.24%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#4F4005 (or 0x4F4005) is known color: Madras. HEX triplet: 4F, 40 and 05. RGB value is (79,64,5). Sum of RGB (Red+Green+Blue) = 79+64+5=148 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.38% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4005 is #B0BFFA. Grayscale: #3E3E3E. Windows color (decimal): -11583483 or 344143. OLE color: 344143.

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

Color convert

RGB 79 64 5 -
CMYK 0 0.19 0.94 0.69
HSL 47.84º 0.88% 0.16% -
HSV(B) 47.84º 0.94% 0.31% -
XYZ 5.09 5.34 0.91 -
YUV 61.76 95.97 140.3 -
System Red Green Blue C M Y K H S L
Decimal 79 64 5 0 0.19 0.94 0.69 47.84 0.88 0.16
Hex 4F 40 5 0 13 5E 45 30 58 10
Octal 117 100 5 0 23 136 105 60 130 20
Binary 1001111 1000000 101 0 10011 1011110 1000101 110000 1011000 10000

Color Harmonies of #4F4005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4005

Black with #4F4005

Text Example


Text Example

White with #4F4005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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