Html Css Color HEX #4F4205 Madras

📋 copy color: '#4F4205'

red 79 ◦ green 66 ◦ blue 5

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

Shades of Madras #4F4205

Tints of Madras #4F4205

RGB

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

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

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

R = 52.67%
G = 44%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#4F4205 (or 0x4F4205) is known color: Madras. HEX triplet: 4F, 42 and 05. RGB value is (79,66,5). Sum of RGB (Red+Green+Blue) = 79+66+5=150 (19% of max value = 765). Red value is 79 (31.25% from 255 or 52.67% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4205 is #B0BDFA. Grayscale: #3F3F3F. Windows color (decimal): -11582971 or 344655. OLE color: 344655.

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

Color convert

RGB 79 66 5 -
CMYK 0 0.16 0.94 0.69
HSL 49.46º 0.88% 0.16% -
HSV(B) 49.46º 0.94% 0.31% -
XYZ 5.2 5.57 0.94 -
YUV 62.93 95.31 139.46 -
System Red Green Blue C M Y K H S L
Decimal 79 66 5 0 0.16 0.94 0.69 49.46 0.88 0.16
Hex 4F 42 5 0 10 5E 45 31 58 10
Octal 117 102 5 0 20 136 105 61 130 20
Binary 1001111 1000010 101 0 10000 1011110 1000101 110001 1011000 10000

Color Harmonies of #4F4205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4205

Black with #4F4205

Text Example


Text Example

White with #4F4205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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