Html Css Color HEX #4F472C Punga

📋 copy color: '#4F472C'

red 79 ◦ green 71 ◦ blue 44

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

Shades of Punga #4F472C

Tints of Punga #4F472C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.68%

R = 40.72%
G = 36.6%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#4F472C (or 0x4F472C) is known color: Punga. HEX triplet: 4F, 47 and 2C. RGB value is (79,71,44). Sum of RGB (Red+Green+Blue) = 79+71+44=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 79 - color contains mainly: red. Hex color #4F472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F472C is #B0B8D3. Grayscale: #464646. Windows color (decimal): -11581652 or 2901839. OLE color: 2901839.

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

Color convert

RGB 79 71 44 -
CMYK 0 0.10 0.44 0.69
HSL 46.29º 0.28% 0.24% -
HSV(B) 46.29º 0.44% 0.31% -
XYZ 5.93 6.35 3.3 -
YUV 70.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 79 71 44 0 0.10 0.44 0.69 46.29 0.28 0.24
Hex 4F 47 2C 0 A 2C 45 2E 1C 18
Octal 117 107 54 0 12 54 105 56 34 30
Binary 1001111 1000111 101100 0 1010 101100 1000101 101110 11100 11000

Color Harmonies of #4F472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F472C

Black with #4F472C

Text Example


Text Example

White with #4F472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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