Html Css Color HEX #4D4835 Punga

📋 copy color: '#4D4835'

red 77 ◦ green 72 ◦ blue 53

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

Shades of Punga #4D4835

Tints of Punga #4D4835

RGB

 RED value IS 77 (30.47% from 255) = 38.12%

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

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

R = 38.12%
G = 35.64%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.70

RGB Variations

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

Color information

#4D4835 (or 0x4D4835) is known color: Punga. HEX triplet: 4D, 48 and 35. RGB value is (77,72,53). Sum of RGB (Red+Green+Blue) = 77+72+53=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4835 is #B2B7CA. Grayscale: #474747. Windows color (decimal): -11712459 or 3491917. OLE color: 3491917.

HSL color Cylindrical-coordinate representation of color #4D4835: hue angle of 47.5º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D4835 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 72 53 -
CMYK 0 0.06 0.31 0.70
HSL 47.5º 0.18% 0.25% -
HSV(B) 47.5º 0.31% 0.3% -
XYZ 6.02 6.47 4.3 -
YUV 71.33 117.66 132.04 -
System Red Green Blue C M Y K H S L
Decimal 77 72 53 0 0.06 0.31 0.70 47.5 0.18 0.25
Hex 4D 48 35 0 6 1F 46 30 12 19
Octal 115 110 65 0 6 37 106 60 22 31
Binary 1001101 1001000 110101 0 110 11111 1000110 110000 10010 11001

Color Harmonies of #4D4835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4835

Black with #4D4835

Text Example


Text Example

White with #4D4835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,72,53); }

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

background-color css

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

 a { background-color: rgb(77,72,53); }

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

border-color css

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

 span { border-color: rgb(77,72,53); }

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