#4A4234

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

Shades of Deep Bronze #4A4234

Tints of Deep Bronze #4A4234

Color information

#4A4234 (or 0x4A4234) is unknown color: approx Deep Bronze. HEX triplet: 4A, 42 and 34. RGB value is (74,66,52). Sum of RGB (Red+Green+Blue) = 74+66+52=192 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.54% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4234 is #B5BDCB. Grayscale: #424242. Windows color (decimal): -11910604 or 3424842. OLE color: 3424842.

HSL color Cylindrical-coordinate representation of color #4A4234: hue angle of 38.18º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A4234 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB746652-
CMYK00.110.300.71
HSL38.18º17.46%24.71%-
HSV(B)38.18º29.73%29.02%-
XYZ5.395.64.05-
YUV66.8119.65133.14-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.54%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 52 (20.70% from 255) = 27.08%
R=38.54%
G=34.38%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74665200.110.300.7138.1817.4624.71
Hex4A42340B1E47261119
Octal1121026401336107462131
Binary10010101000010110100010111111010001111001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,66,52); }

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

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

 a { background-color: rgb(74,66,52); }

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

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

 span { border-color: rgb(74,66,52); }

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