#4C3D2B

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

Shades of Deep Bronze #4C3D2B

Tints of Deep Bronze #4C3D2B

Color information

#4C3D2B (or 0x4C3D2B) is unknown color: approx Deep Bronze. HEX triplet: 4C, 3D and 2B. RGB value is (76,61,43). Sum of RGB (Red+Green+Blue) = 76+61+43=180 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.22% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3D2B is #B3C2D4. Grayscale: #3F3F3F. Windows color (decimal): -11780821 or 2833740. OLE color: 2833740.

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

Color convert

RGB766143-
CMYK00.200.430.70
HSL32.73º27.73%23.33%-
HSV(B)32.73º43.42%29.8%-
XYZ5.095.052.99-
YUV63.43116.47136.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 42.22%
GREEN value IS 61 (24.22% from 255) = 33.89%
BLUE value IS 43 (17.19% from 255) = 23.89%
R=42.22%
G=33.89%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76614300.200.430.7032.7327.7323.33
Hex4C3D2B0142B46211c17
Octal114755302453106413427
Binary100110011110110101101010010101110001101000011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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