Html Css Color HEX #4F442E Punga

📋 copy color: '#4F442E'

red 79 ◦ green 68 ◦ blue 46

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

Shades of Punga #4F442E

Tints of Punga #4F442E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.23%

 BLUE value IS 46 (18.36% from 255) = 23.83%

R = 40.93%
G = 35.23%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#4F442E (or 0x4F442E) is known color: Punga. HEX triplet: 4F, 44 and 2E. RGB value is (79,68,46). Sum of RGB (Red+Green+Blue) = 79+68+46=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 79 - color contains mainly: red. Hex color #4F442E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F442E is #B0BBD1. Grayscale: #444444. Windows color (decimal): -11582418 or 3032143. OLE color: 3032143.

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

Color convert

RGB 79 68 46 -
CMYK 0 0.14 0.42 0.69
HSL 40º 0.26% 0.25% -
HSV(B) 40º 0.42% 0.31% -
XYZ 5.78 5.99 3.44 -
YUV 68.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 79 68 46 0 0.14 0.42 0.69 40 0.26 0.25
Hex 4F 44 2E 0 E 2A 45 28 1A 19
Octal 117 104 56 0 16 52 105 50 32 31
Binary 1001111 1000100 101110 0 1110 101010 1000101 101000 11010 11001

Color Harmonies of #4F442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F442E

Black with #4F442E

Text Example


Text Example

White with #4F442E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,68,46); }

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

background-color css

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

 a { background-color: rgb(79,68,46); }

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

border-color css

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

 span { border-color: rgb(79,68,46); }

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