#524b0b

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

Shades of Bronze Olive #524B0B

Tints of Bronze Olive #524B0B

Color information

#524B0B (or 0x524B0B) is unknown color: approx Bronze Olive. HEX triplet: 52, 4B and 0B. RGB value is (82,75,11). Sum of RGB (Red+Green+Blue) = 82+75+11=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 75 (29.69% from 255 or 44.64% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #524B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524B0B is #ADB4F4. Grayscale: #464646. Windows color (decimal): -11384053 or 740178. OLE color: 740178.

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

Color convert

RGB827511-
CMYK00.090.870.68
HSL54.08º76.34%18.24%-
HSV(B)54.08º86.59%32.16%-
XYZ6.066.851.32-
YUV69.894.82136.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.81%
GREEN value IS 75 (29.69% from 255) = 44.64%
BLUE value IS 11 (4.69% from 255) = 6.55%
R=48.81%
G=44.64%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.87
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82751100.090.870.6854.0876.3418.24
Hex524BB095744364c12
Octal122113130111271046611422
Binary1010010100101110110100110101111000100110110100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524b0b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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