#4C392A

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

Shades of Woodburn #4C392A

Tints of Woodburn #4C392A

Color information

#4C392A (or 0x4C392A) is unknown color: approx Woodburn. HEX triplet: 4C, 39 and 2A. RGB value is (76,57,42). Sum of RGB (Red+Green+Blue) = 76+57+42=175 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.43% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 76 - color contains mainly: red. Hex color #4C392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C392A is #B3C6D5. Grayscale: #3D3D3D. Windows color (decimal): -11781846 or 2767180. OLE color: 2767180.

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

Color convert

RGB765742-
CMYK00.250.450.70
HSL26.47º28.81%23.14%-
HSV(B)26.47º44.74%29.8%-
XYZ4.864.632.83-
YUV60.97117.29138.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 43.43%
GREEN value IS 57 (22.66% from 255) = 32.57%
BLUE value IS 42 (16.80% from 255) = 24%
R=43.43%
G=32.57%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76574200.250.450.7026.4728.8123.14
Hex4C392A0192D461a1d17
Octal114715203155106323527
Binary10011001110011010100110011011011000110110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,57,42); }

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

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

 a { background-color: rgb(76,57,42); }

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

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

 span { border-color: rgb(76,57,42); }

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