#4C3E26

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

Shades of Deep Bronze #4C3E26

Tints of Deep Bronze #4C3E26

Color information

#4C3E26 (or 0x4C3E26) is unknown color: approx Deep Bronze. HEX triplet: 4C, 3E and 26. RGB value is (76,62,38). Sum of RGB (Red+Green+Blue) = 76+62+38=176 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.18% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3E26 is #B3C1D9. Grayscale: #3F3F3F. Windows color (decimal): -11780570 or 2506316. OLE color: 2506316.

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

Color convert

RGB766238-
CMYK00.180.50.70
HSL37.89º33.33%22.35%-
HSV(B)37.89º50%29.8%-
XYZ5.055.122.56-
YUV63.45113.64136.95-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 43.18%
GREEN value IS 62 (24.61% from 255) = 35.23%
BLUE value IS 38 (15.23% from 255) = 21.59%
R=43.18%
G=35.23%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.5
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76623800.180.50.7037.8933.3322.35
Hex4C3E260123246262116
Octal114764602262106464126
Binary1001100111110100110010010110010100011010011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,62,38); }

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

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

 a { background-color: rgb(76,62,38); }

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

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

 span { border-color: rgb(76,62,38); }

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