#4C3D2A

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

Shades of Deep Bronze #4C3D2A

Tints of Deep Bronze #4C3D2A

Color information

#4C3D2A (or 0x4C3D2A) is unknown color: approx Deep Bronze. HEX triplet: 4C, 3D and 2A. RGB value is (76,61,42). Sum of RGB (Red+Green+Blue) = 76+61+42=179 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.46% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3D2A is #B3C2D5. Grayscale: #3F3F3F. Windows color (decimal): -11780822 or 2768204. OLE color: 2768204.

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

Color convert

RGB766142-
CMYK00.200.450.70
HSL33.53º28.81%23.14%-
HSV(B)33.53º44.74%29.8%-
XYZ5.075.042.9-
YUV63.32115.97137.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 42.46%
GREEN value IS 61 (24.22% from 255) = 34.08%
BLUE value IS 42 (16.80% from 255) = 23.46%
R=42.46%
G=34.08%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76614200.200.450.7033.5328.8123.14
Hex4C3D2A0142D46221d17
Octal114755202455106423527
Binary100110011110110101001010010110110001101000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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