#524B16

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

Shades of Bronze Olive #524B16

Tints of Bronze Olive #524B16

Color information

#524B16 (or 0x524B16) is unknown color: approx Bronze Olive. HEX triplet: 52, 4B and 16. RGB value is (82,75,22). Sum of RGB (Red+Green+Blue) = 82+75+22=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #524B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524B16 is #ADB4E9. Grayscale: #474747. Windows color (decimal): -11384042 or 1461074. OLE color: 1461074.

HSL color Cylindrical-coordinate representation of color #524B16: hue angle of 53º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #524B16 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB827522-
CMYK00.090.730.68
HSL53º57.69%20.39%-
HSV(B)53º73.17%32.16%-
XYZ6.146.881.76-
YUV71.05100.32135.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.81%
GREEN value IS 75 (29.69% from 255) = 41.90%
BLUE value IS 22 (8.98% from 255) = 12.29%
R=45.81%
G=41.90%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82752200.090.730.685357.6920.39
Hex524B16094944353a14
Octal12211326011111104657224
Binary1010010100101110110010011001001100010011010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,75,22); }

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

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

 a { background-color: rgb(82,75,22); }

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

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

 span { border-color: rgb(82,75,22); }

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