Html Css Color HEX #4C4733 Punga

📋 copy color: '#4C4733'

red 76 ◦ green 71 ◦ blue 51

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

Shades of Punga #4C4733

Tints of Punga #4C4733

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.86%

 BLUE value IS 51 (20.31% from 255) = 25.76%

R = 38.38%
G = 35.86%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.70

RGB Variations

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

Color information

#4C4733 (or 0x4C4733) is known color: Punga. HEX triplet: 4C, 47 and 33. RGB value is (76,71,51). Sum of RGB (Red+Green+Blue) = 76+71+51=198 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.38% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4733 is #B3B8CC. Grayscale: #464646. Windows color (decimal): -11778253 or 3360588. OLE color: 3360588.

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

Color convert

RGB 76 71 51 -
CMYK 0 0.07 0.33 0.70
HSL 48º 0.2% 0.25% -
HSV(B) 48º 0.33% 0.3% -
XYZ 5.83 6.28 4.04 -
YUV 70.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 76 71 51 0 0.07 0.33 0.70 48 0.2 0.25
Hex 4C 47 33 0 7 21 46 30 14 19
Octal 114 107 63 0 7 41 106 60 24 31
Binary 1001100 1000111 110011 0 111 100001 1000110 110000 10100 11001

Color Harmonies of #4C4733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4733

Black with #4C4733

Text Example


Text Example

White with #4C4733

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,71,51); }

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

background-color css

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

 a { background-color: rgb(76,71,51); }

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

border-color css

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

 span { border-color: rgb(76,71,51); }

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