#534508

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

Shades of Bronze Olive #534508

Tints of Bronze Olive #534508

Color information

#534508 (or 0x534508) is unknown color: approx Bronze Olive. HEX triplet: 53, 45 and 08. RGB value is (83,69,8). Sum of RGB (Red+Green+Blue) = 83+69+8=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #534508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534508 is #ACBAF7. Grayscale: #424242. Windows color (decimal): -11320056 or 542035. OLE color: 542035.

HSL color Cylindrical-coordinate representation of color #534508: hue angle of 48.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #534508 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB83698-
CMYK00.170.900.67
HSL48.8º82.42%17.84%-
HSV(B)48.8º90.36%32.55%-
XYZ5.746.111.11-
YUV66.2395.14139.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 69 (27.34% from 255) = 43.12%
BLUE value IS 8 (3.52% from 255) = 5%
R=51.88%
G=43.12%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8369800.170.900.6748.882.4217.84
Hex534580115A43315212
Octal123105100211321036112222
Binary10100111000101100001000110110101000011110001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534508; }

 p { color: rgb(83,69,8); }

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

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

 a { background-color: rgb(83,69,8); }

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

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

 span { border-color: rgb(83,69,8); }

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