#4C402A

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

Shades of Deep Bronze #4C402A

Tints of Deep Bronze #4C402A

Color information

#4C402A (or 0x4C402A) is unknown color: approx Deep Bronze. HEX triplet: 4C, 40 and 2A. RGB value is (76,64,42). Sum of RGB (Red+Green+Blue) = 76+64+42=182 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.76% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 76 - color contains mainly: red. Hex color #4C402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C402A is #B3BFD5. Grayscale: #414141. Windows color (decimal): -11780054 or 2768972. OLE color: 2768972.

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

Color convert

RGB766442-
CMYK00.160.450.70
HSL38.82º28.81%23.14%-
HSV(B)38.82º44.74%29.8%-
XYZ5.235.372.95-
YUV65.08114.98135.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.76%
GREEN value IS 64 (25.39% from 255) = 35.16%
BLUE value IS 42 (16.80% from 255) = 23.08%
R=41.76%
G=35.16%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76644200.160.450.7038.8228.8123.14
Hex4C402A0102D46271d17
Octal1141005202055106473527
Binary1001100100000010101001000010110110001101001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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