Html Css Color HEX #4D4434 Punga

📋 copy color: '#4D4434'

red 77 ◦ green 68 ◦ blue 52

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

Shades of Punga #4D4434

Tints of Punga #4D4434

RGB

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

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

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

R = 39.09%
G = 34.52%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.70

RGB Variations

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

Color information

#4D4434 (or 0x4D4434) is known color: Punga. HEX triplet: 4D, 44 and 34. RGB value is (77,68,52). Sum of RGB (Red+Green+Blue) = 77+68+52=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4434 is #B2BBCB. Grayscale: #444444. Windows color (decimal): -11713484 or 3425357. OLE color: 3425357.

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

Color convert

RGB 77 68 52 -
CMYK 0 0.12 0.32 0.70
HSL 38.4º 0.19% 0.25% -
HSV(B) 38.4º 0.32% 0.3% -
XYZ 5.75 5.96 4.1 -
YUV 68.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 77 68 52 0 0.12 0.32 0.70 38.4 0.19 0.25
Hex 4D 44 34 0 C 20 46 26 13 19
Octal 115 104 64 0 14 40 106 46 23 31
Binary 1001101 1000100 110100 0 1100 100000 1000110 100110 10011 11001

Color Harmonies of #4D4434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4434

Black with #4D4434

Text Example


Text Example

White with #4D4434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,68,52); }

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

background-color css

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

 a { background-color: rgb(77,68,52); }

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

border-color css

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

 span { border-color: rgb(77,68,52); }

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