Html Css Color HEX #4F4732 Punga

📋 copy color: '#4F4732'

red 79 ◦ green 71 ◦ blue 50

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

Shades of Punga #4F4732

Tints of Punga #4F4732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 25%

R = 39.5%
G = 35.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#4F4732 (or 0x4F4732) is known color: Punga. HEX triplet: 4F, 47 and 32. RGB value is (79,71,50). Sum of RGB (Red+Green+Blue) = 79+71+50=200 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.5% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4732 is #B0B8CD. Grayscale: #474747. Windows color (decimal): -11581646 or 3295055. OLE color: 3295055.

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

Color convert

RGB 79 71 50 -
CMYK 0 0.10 0.37 0.69
HSL 43.45º 0.22% 0.25% -
HSV(B) 43.45º 0.37% 0.31% -
XYZ 6.05 6.4 3.93 -
YUV 71 116.15 133.71 -
System Red Green Blue C M Y K H S L
Decimal 79 71 50 0 0.10 0.37 0.69 43.45 0.22 0.25
Hex 4F 47 32 0 A 25 45 2B 16 19
Octal 117 107 62 0 12 45 105 53 26 31
Binary 1001111 1000111 110010 0 1010 100101 1000101 101011 10110 11001

Color Harmonies of #4F4732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4732

Black with #4F4732

Text Example


Text Example

White with #4F4732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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