#524B0A

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

Shades of Bronze Olive #524B0A

Tints of Bronze Olive #524B0A

Color information

#524B0A (or 0x524B0A) is unknown color: approx Bronze Olive. HEX triplet: 52, 4B and 0A. RGB value is (82,75,10). Sum of RGB (Red+Green+Blue) = 82+75+10=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #524B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524B0A is #ADB4F5. Grayscale: #454545. Windows color (decimal): -11384054 or 674642. OLE color: 674642.

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

Color convert

RGB827510-
CMYK00.090.880.68
HSL54.17º78.26%18.04%-
HSV(B)54.17º87.8%32.16%-
XYZ6.056.851.29-
YUV69.6894.32136.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 75 (29.69% from 255) = 44.91%
BLUE value IS 10 (4.30% from 255) = 5.99%
R=49.10%
G=44.91%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82751000.090.880.6854.1778.2618.04
Hex524BA095844364e12
Octal122113120111301046611622
Binary1010010100101110100100110110001000100110110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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