#4C3C2B

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

Shades of Deep Bronze #4C3C2B

Tints of Deep Bronze #4C3C2B

Color information

#4C3C2B (or 0x4C3C2B) is unknown color: approx Deep Bronze. HEX triplet: 4C, 3C and 2B. RGB value is (76,60,43). Sum of RGB (Red+Green+Blue) = 76+60+43=179 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.46% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3C2B is #B3C3D4. Grayscale: #3E3E3E. Windows color (decimal): -11781077 or 2833484. OLE color: 2833484.

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

Color convert

RGB766043-
CMYK00.210.430.70
HSL30.91º27.73%23.33%-
HSV(B)30.91º43.42%29.8%-
XYZ5.034.942.97-
YUV62.85116.8137.38-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 42.46%
GREEN value IS 60 (23.83% from 255) = 33.52%
BLUE value IS 43 (17.19% from 255) = 24.02%
R=42.46%
G=33.52%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76604300.210.430.7030.9127.7323.33
Hex4C3C2B0152B461f1c17
Octal114745302553106373427
Binary10011001111001010110101011010111000110111111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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