#4C4825

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

Shades of Woodrush #4C4825

Tints of Woodrush #4C4825

Color information

#4C4825 (or 0x4C4825) is unknown color: approx Woodrush. HEX triplet: 4C, 48 and 25. RGB value is (76,72,37). Sum of RGB (Red+Green+Blue) = 76+72+37=185 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.08% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4825 is #B3B7DA. Grayscale: #454545. Windows color (decimal): -11778011 or 2443340. OLE color: 2443340.

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

Color convert

RGB767237-
CMYK00.050.510.70
HSL53.85º34.51%22.16%-
HSV(B)53.85º51.32%29.8%-
XYZ5.636.32.67-
YUV69.21109.83132.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.08%
GREEN value IS 72 (28.52% from 255) = 38.92%
BLUE value IS 37 (14.84% from 255) = 20%
R=41.08%
G=38.92%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76723700.050.510.7053.8534.5122.16
Hex4C4825053346362316
Octal114110450563106664326
Binary100110010010001001010101110011100011011011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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