#524B10

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

Shades of Bronze Olive #524B10

Tints of Bronze Olive #524B10

Color information

#524B10 (or 0x524B10) is unknown color: approx Bronze Olive. HEX triplet: 52, 4B and 10. RGB value is (82,75,16). Sum of RGB (Red+Green+Blue) = 82+75+16=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #524B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524B10 is #ADB4EF. Grayscale: #464646. Windows color (decimal): -11384048 or 1067858. OLE color: 1067858.

HSL color Cylindrical-coordinate representation of color #524B10: hue angle of 53.64º 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 #524B10 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB827516-
CMYK00.090.800.68
HSL53.64º67.35%19.22%-
HSV(B)53.64º80.49%32.16%-
XYZ6.096.861.49-
YUV70.3797.32136.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.40%
GREEN value IS 75 (29.69% from 255) = 43.35%
BLUE value IS 16 (6.64% from 255) = 9.25%
R=47.40%
G=43.35%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82751600.090.800.6853.6467.3519.22
Hex524B10095044364313
Octal122113200111201046610323
Binary10100101001011100000100110100001000100110110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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