Html Css Color HEX #4F4935 Punga

📋 copy color: '#4F4935'

red 79 ◦ green 73 ◦ blue 53

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

Shades of Punga #4F4935

Tints of Punga #4F4935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.61%

 BLUE value IS 53 (21.09% from 255) = 25.85%

R = 38.54%
G = 35.61%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#4F4935 (or 0x4F4935) is known color: Punga. HEX triplet: 4F, 49 and 35. RGB value is (79,73,53). Sum of RGB (Red+Green+Blue) = 79+73+53=205 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.54% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4935 is #B0B6CA. Grayscale: #484848. Windows color (decimal): -11581131 or 3492175. OLE color: 3492175.

HSL color Cylindrical-coordinate representation of color #4F4935: hue angle of 46.15º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4F4935 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 73 53 -
CMYK 0 0.08 0.33 0.69
HSL 46.15º 0.2% 0.26% -
HSV(B) 46.15º 0.33% 0.31% -
XYZ 6.25 6.68 4.33 -
YUV 72.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 79 73 53 0 0.08 0.33 0.69 46.15 0.2 0.26
Hex 4F 49 35 0 8 21 45 2E 14 1A
Octal 117 111 65 0 10 41 105 56 24 32
Binary 1001111 1001001 110101 0 1000 100001 1000101 101110 10100 11010

Color Harmonies of #4F4935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4935

Black with #4F4935

Text Example


Text Example

White with #4F4935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,73,53); }

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

background-color css

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

 a { background-color: rgb(79,73,53); }

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

border-color css

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

 span { border-color: rgb(79,73,53); }

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