#524A2A

Color #524A2A Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #524A2A

Tints of Bronze Olive #524A2A

Color information

#524A2A (or 0x524A2A) is unknown color: approx Bronze Olive. HEX triplet: 52, 4A and 2A. RGB value is (82,74,42). Sum of RGB (Red+Green+Blue) = 82+74+42=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 82 - color contains mainly: red. Hex color #524A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A2A is #ADB5D5. Grayscale: #484848. Windows color (decimal): -11384278 or 2771538. OLE color: 2771538.

HSL color Cylindrical-coordinate representation of color #524A2A: hue angle of 48º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #524A2A is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB827442-
CMYK00.100.490.68
HSL48º32.26%24.31%-
HSV(B)48º48.78%32.16%-
XYZ6.356.863.18-
YUV72.74110.65134.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.41%
GREEN value IS 74 (29.30% from 255) = 37.37%
BLUE value IS 42 (16.80% from 255) = 21.21%
R=41.41%
G=37.37%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82744200.100.490.684832.2624.31
Hex524A2A0A3144302018
Octal1221125201261104604030
Binary1010010100101010101001010110001100010011000010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524A2A; }

 p { color: rgb(82,74,42); }

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

<style>
 a { background-color: #524A2A; }

 a { background-color: rgb(82,74,42); }

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

<style>
 span { border-color: #524A2A; }

 span { border-color: rgb(82,74,42); }

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