#524608

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

Shades of Bronze Olive #524608

Tints of Bronze Olive #524608

Color information

#524608 (or 0x524608) is unknown color: approx Bronze Olive. HEX triplet: 52, 46 and 08. RGB value is (82,70,8). Sum of RGB (Red+Green+Blue) = 82+70+8=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #524608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524608 is #ADB9F7. Grayscale: #424242. Windows color (decimal): -11385336 or 542290. OLE color: 542290.

HSL color Cylindrical-coordinate representation of color #524608: hue angle of 50.27º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #524608 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB82708-
CMYK00.150.900.68
HSL50.27º82.22%17.65%-
HSV(B)50.27º90.24%32.16%-
XYZ5.716.191.12-
YUV66.5294.98139.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.25%
GREEN value IS 70 (27.73% from 255) = 43.75%
BLUE value IS 8 (3.52% from 255) = 5%
R=51.25%
G=43.75%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8270800.150.900.6850.2782.2217.65
Hex524680F5A44325212
Octal122106100171321046212222
Binary1010010100011010000111110110101000100110010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524608; }

 p { color: rgb(82,70,8); }

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

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

 a { background-color: rgb(82,70,8); }

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

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

 span { border-color: rgb(82,70,8); }

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