#4C4231

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

Shades of Deep Bronze #4C4231

Tints of Deep Bronze #4C4231

Color information

#4C4231 (or 0x4C4231) is unknown color: approx Deep Bronze. HEX triplet: 4C, 42 and 31. RGB value is (76,66,49). Sum of RGB (Red+Green+Blue) = 76+66+49=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4231 is #B3BDCE. Grayscale: #434343. Windows color (decimal): -11779535 or 3228236. OLE color: 3228236.

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

Color convert

RGB766649-
CMYK00.130.360.70
HSL37.78º21.6%24.51%-
HSV(B)37.78º35.53%29.8%-
XYZ5.485.653.71-
YUV67.05117.81134.38-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.79%
GREEN value IS 66 (26.17% from 255) = 34.55%
BLUE value IS 49 (19.53% from 255) = 25.65%
R=39.79%
G=34.55%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76664900.130.360.7037.7821.624.51
Hex4C42310D2446261619
Octal1141026101544106462631
Binary100110010000101100010110110010010001101001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,66,49); }

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

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

 a { background-color: rgb(76,66,49); }

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

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

 span { border-color: rgb(76,66,49); }

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