Html Css Color HEX #4F4731 Punga

📋 copy color: '#4F4731'

red 79 ◦ green 71 ◦ blue 49

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

Shades of Punga #4F4731

Tints of Punga #4F4731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.68%

 BLUE value IS 49 (19.53% from 255) = 24.62%

R = 39.7%
G = 35.68%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.69

RGB Variations

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

Color information

#4F4731 (or 0x4F4731) is known color: Punga. HEX triplet: 4F, 47 and 31. RGB value is (79,71,49). Sum of RGB (Red+Green+Blue) = 79+71+49=199 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.70% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4731 is #B0B8CE. Grayscale: #464646. Windows color (decimal): -11581647 or 3229519. OLE color: 3229519.

HSL color Cylindrical-coordinate representation of color #4F4731: hue angle of 44º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F4731 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 71 49 -
CMYK 0 0.10 0.38 0.69
HSL 44º 0.23% 0.25% -
HSV(B) 44º 0.38% 0.31% -
XYZ 6.03 6.39 3.82 -
YUV 70.88 115.65 133.79 -
System Red Green Blue C M Y K H S L
Decimal 79 71 49 0 0.10 0.38 0.69 44 0.23 0.25
Hex 4F 47 31 0 A 26 45 2C 17 19
Octal 117 107 61 0 12 46 105 54 27 31
Binary 1001111 1000111 110001 0 1010 100110 1000101 101100 10111 11001

Color Harmonies of #4F4731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4731

Black with #4F4731

Text Example


Text Example

White with #4F4731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,71,49); }

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

background-color css

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

 a { background-color: rgb(79,71,49); }

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

border-color css

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

 span { border-color: rgb(79,71,49); }

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