Html Css Color HEX #4C4532 Punga

📋 copy color: '#4C4532'

red 76 ◦ green 69 ◦ blue 50

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

Shades of Punga #4C4532

Tints of Punga #4C4532

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.38%

 BLUE value IS 50 (19.92% from 255) = 25.64%

R = 38.97%
G = 35.38%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#4C4532 (or 0x4C4532) is known color: Punga. HEX triplet: 4C, 45 and 32. RGB value is (76,69,50). Sum of RGB (Red+Green+Blue) = 76+69+50=195 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.97% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4532 is #B3BACD. Grayscale: #454545. Windows color (decimal): -11778766 or 3294540. OLE color: 3294540.

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

Color convert

RGB 76 69 50 -
CMYK 0 0.09 0.34 0.70
HSL 43.85º 0.21% 0.25% -
HSV(B) 43.85º 0.34% 0.3% -
XYZ 5.68 6.02 3.88 -
YUV 68.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 76 69 50 0 0.09 0.34 0.70 43.85 0.21 0.25
Hex 4C 45 32 0 9 22 46 2C 15 19
Octal 114 105 62 0 11 42 106 54 25 31
Binary 1001100 1000101 110010 0 1001 100010 1000110 101100 10101 11001

Color Harmonies of #4C4532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4532

Black with #4C4532

Text Example


Text Example

White with #4C4532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,69,50); }

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

background-color css

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

 a { background-color: rgb(76,69,50); }

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

border-color css

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

 span { border-color: rgb(76,69,50); }

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