Html Css Color HEX #4E4834 Punga

📋 copy color: '#4E4834'

red 78 ◦ green 72 ◦ blue 52

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

Shades of Punga #4E4834

Tints of Punga #4E4834

RGB

 RED value IS 78 (30.86% from 255) = 38.61%

 GREEN value IS 72 (28.52% from 255) = 35.64%

 BLUE value IS 52 (20.7% from 255) = 25.74%

R = 38.61%
G = 35.64%
B = 25.74%

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

#4E4834 (or 0x4E4834) is known color: Punga. HEX triplet: 4E, 48 and 34. RGB value is (78,72,52). Sum of RGB (Red+Green+Blue) = 78+72+52=202 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.61% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4834 is #B1B7CB. Grayscale: #474747. Windows color (decimal): -11646924 or 3426382. OLE color: 3426382.

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

Color convert

RGB 78 72 52 -
CMYK 0 0.08 0.33 0.69
HSL 46.15º 0.2% 0.25% -
HSV(B) 46.15º 0.33% 0.31% -
XYZ 6.08 6.5 4.18 -
YUV 71.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 78 72 52 0 0.08 0.33 0.69 46.15 0.2 0.25
Hex 4E 48 34 0 8 21 45 2E 14 19
Octal 116 110 64 0 10 41 105 56 24 31
Binary 1001110 1001000 110100 0 1000 100001 1000101 101110 10100 11001

Color Harmonies of #4E4834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4834

Black with #4E4834

Text Example


Text Example

White with #4E4834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,72,52); }

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

background-color css

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

 a { background-color: rgb(78,72,52); }

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

border-color css

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

 span { border-color: rgb(78,72,52); }

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