Html Css Color HEX #4C4434 Punga

📋 copy color: '#4C4434'

red 76 ◦ green 68 ◦ blue 52

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

Shades of Punga #4C4434

Tints of Punga #4C4434

RGB

 RED value IS 76 (30.08% from 255) = 38.78%

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

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

R = 38.78%
G = 34.69%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.70

RGB Variations

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

Color information

#4C4434 (or 0x4C4434) is known color: Punga. HEX triplet: 4C, 44 and 34. RGB value is (76,68,52). Sum of RGB (Red+Green+Blue) = 76+68+52=196 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.78% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4434 is #B3BBCB. Grayscale: #444444. Windows color (decimal): -11779020 or 3425356. OLE color: 3425356.

HSL color Cylindrical-coordinate representation of color #4C4434: hue angle of 40º 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 #4C4434 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 68 52 -
CMYK 0 0.11 0.32 0.70
HSL 40º 0.19% 0.25% -
HSV(B) 40º 0.32% 0.3% -
XYZ 5.67 5.92 4.09 -
YUV 68.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 76 68 52 0 0.11 0.32 0.70 40 0.19 0.25
Hex 4C 44 34 0 B 20 46 28 13 19
Octal 114 104 64 0 13 40 106 50 23 31
Binary 1001100 1000100 110100 0 1011 100000 1000110 101000 10011 11001

Color Harmonies of #4C4434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4434

Black with #4C4434

Text Example


Text Example

White with #4C4434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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