Html Css Color HEX #4F472D Punga

📋 copy color: '#4F472D'

red 79 ◦ green 71 ◦ blue 45

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

Shades of Punga #4F472D

Tints of Punga #4F472D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.08%

R = 40.51%
G = 36.41%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.69

RGB Variations

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

Color information

#4F472D (or 0x4F472D) is known color: Punga. HEX triplet: 4F, 47 and 2D. RGB value is (79,71,45). Sum of RGB (Red+Green+Blue) = 79+71+45=195 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.51% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 79 - color contains mainly: red. Hex color #4F472D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F472D is #B0B8D2. Grayscale: #464646. Windows color (decimal): -11581651 or 2967375. OLE color: 2967375.

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

Color convert

RGB 79 71 45 -
CMYK 0 0.10 0.43 0.69
HSL 45.88º 0.27% 0.24% -
HSV(B) 45.88º 0.43% 0.31% -
XYZ 5.95 6.36 3.4 -
YUV 70.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 79 71 45 0 0.10 0.43 0.69 45.88 0.27 0.24
Hex 4F 47 2D 0 A 2B 45 2E 1B 18
Octal 117 107 55 0 12 53 105 56 33 30
Binary 1001111 1000111 101101 0 1010 101011 1000101 101110 11011 11000

Color Harmonies of #4F472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F472D

Black with #4F472D

Text Example


Text Example

White with #4F472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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