#4A532D

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

Shades of Bronzetone #4A532D

Tints of Bronzetone #4A532D

Color information

#4A532D (or 0x4A532D) is unknown color: approx Bronzetone. HEX triplet: 4A, 53 and 2D. RGB value is (74,83,45). Sum of RGB (Red+Green+Blue) = 74+83+45=202 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.63% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #4A532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A532D is #B5ACD2. Grayscale: #4C4C4C. Windows color (decimal): -11906259 or 2970442. OLE color: 2970442.

HSL color Cylindrical-coordinate representation of color #4A532D: hue angle of 74.21º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A532D is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB748345-
CMYK0.1100.460.67
HSL74.21º29.69%25.1%-
HSV(B)74.21º45.78%32.55%-
XYZ6.397.833.66-
YUV75.98110.52126.59-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.63%
GREEN value IS 83 (32.81% from 255) = 41.09%
BLUE value IS 45 (17.97% from 255) = 22.28%
R=36.63%
G=41.09%
B=22.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7483450.1100.460.6774.2129.6925.1
Hex4A532DB02E434a1e19
Octal11212355130561031123631
Binary1001010101001110110110110101110100001110010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,83,45); }

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

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

 a { background-color: rgb(74,83,45); }

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

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

 span { border-color: rgb(74,83,45); }

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