#4C3525

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

Shades of Woodburn #4C3525

Tints of Woodburn #4C3525

Color information

#4C3525 (or 0x4C3525) is unknown color: approx Woodburn. HEX triplet: 4C, 35 and 25. RGB value is (76,53,37). Sum of RGB (Red+Green+Blue) = 76+53+37=166 (21% of max value = 765). Red value is 76 (30.08% from 255 or 45.78% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3525 is #B3CADA. Grayscale: #3A3A3A. Windows color (decimal): -11782875 or 2438476. OLE color: 2438476.

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

Color convert

RGB765337-
CMYK00.300.510.70
HSL24.62º34.51%22.16%-
HSV(B)24.62º51.32%29.8%-
XYZ4.594.222.32-
YUV58.05116.12140.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.78%
GREEN value IS 53 (21.09% from 255) = 31.93%
BLUE value IS 37 (14.84% from 255) = 22.29%
R=45.78%
G=31.93%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76533700.300.510.7024.6234.5122.16
Hex4C352501E3346192316
Octal114654503663106314326
Binary100110011010110010101111011001110001101100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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