#524710

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

Shades of Bronze Olive #524710

Tints of Bronze Olive #524710

Color information

#524710 (or 0x524710) is unknown color: approx Bronze Olive. HEX triplet: 52, 47 and 10. RGB value is (82,71,16). Sum of RGB (Red+Green+Blue) = 82+71+16=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #524710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524710 is #ADB8EF. Grayscale: #444444. Windows color (decimal): -11385072 or 1066834. OLE color: 1066834.

HSL color Cylindrical-coordinate representation of color #524710: hue angle of 50º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #524710 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB827116-
CMYK00.130.800.68
HSL50º67.35%19.22%-
HSV(B)50º80.49%32.16%-
XYZ5.836.341.41-
YUV68.0298.64137.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.52%
GREEN value IS 71 (28.12% from 255) = 42.01%
BLUE value IS 16 (6.64% from 255) = 9.47%
R=48.52%
G=42.01%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82711600.130.800.685067.3519.22
Hex5247100D5044324313
Octal122107200151201046210323
Binary10100101000111100000110110100001000100110010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524710; }

 p { color: rgb(82,71,16); }

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

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

 a { background-color: rgb(82,71,16); }

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

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

 span { border-color: rgb(82,71,16); }

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