#4C4821

Color #4C4821 Woodrush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodrush #4C4821

Tints of Woodrush #4C4821

Color information

#4C4821 (or 0x4C4821) is unknown color: approx Woodrush. HEX triplet: 4C, 48 and 21. RGB value is (76,72,33). Sum of RGB (Red+Green+Blue) = 76+72+33=181 (23% of max value = 765). Red value is 76 (30.08% from 255 or 41.99% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4821 is #B3B7DE. Grayscale: #444444. Windows color (decimal): -11778015 or 2181196. OLE color: 2181196.

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

Color convert

RGB767233-
CMYK00.050.570.70
HSL54.42º39.45%21.37%-
HSV(B)54.42º56.58%29.8%-
XYZ5.576.282.36-
YUV68.75107.83133.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.99%
GREEN value IS 72 (28.52% from 255) = 39.78%
BLUE value IS 33 (13.28% from 255) = 18.23%
R=41.99%
G=39.78%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76723300.050.570.7054.4239.4521.37
Hex4C4821053946362715
Octal114110410571106664725
Binary100110010010001000010101111001100011011011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,72,33); }

 H1.HeaderClassName
 {
   color: #4C4821;
 }
 .AnyTagClassName
 {
   color: #4C4821;
 }
</style>
background-color css

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

 a { background-color: rgb(76,72,33); }

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

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

 span { border-color: rgb(76,72,33); }

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