#4C3A2B

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

Shades of Woodburn #4C3A2B

Tints of Woodburn #4C3A2B

Color information

#4C3A2B (or 0x4C3A2B) is unknown color: approx Woodburn. HEX triplet: 4C, 3A and 2B. RGB value is (76,58,43). Sum of RGB (Red+Green+Blue) = 76+58+43=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3A2B is #B3C5D4. Grayscale: #3D3D3D. Windows color (decimal): -11781589 or 2832972. OLE color: 2832972.

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

Color convert

RGB765843-
CMYK00.240.430.70
HSL27.27º27.73%23.33%-
HSV(B)27.27º43.42%29.8%-
XYZ4.934.742.94-
YUV61.67117.46138.22-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 42.94%
GREEN value IS 58 (23.05% from 255) = 32.77%
BLUE value IS 43 (17.19% from 255) = 24.29%
R=42.94%
G=32.77%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76584300.240.430.7027.2727.7323.33
Hex4C3A2B0182B461b1c17
Octal114725303053106333427
Binary10011001110101010110110001010111000110110111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,58,43); }

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

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

 a { background-color: rgb(76,58,43); }

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

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

 span { border-color: rgb(76,58,43); }

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