#534700

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

Shades of Bronze Olive #534700

Tints of Bronze Olive #534700

Color information

#534700 (or 0x534700) is unknown color: approx Bronze Olive. HEX triplet: 53, 47 and 00. RGB value is (83,71,0). Sum of RGB (Red+Green+Blue) = 83+71+0=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #534700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534700 is #ACB8FF. Grayscale: #424242. Windows color (decimal): -11319552 or 18259. OLE color: 18259.

HSL color Cylindrical-coordinate representation of color #534700: hue angle of 51.33º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #534700 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB83710-
CMYK00.1410.67
HSL51.33º100%16.27%-
HSV(B)51.33º100%32.55%-
XYZ5.826.350.92-
YUV66.4990.48139.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.90%
GREEN value IS 71 (28.12% from 255) = 46.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.90%
G=46.10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8371000.1410.6751.3310016.27
Hex534700E6443336410
Octal12310700161441036314420
Binary1010011100011100111011001001000011110011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534700; }

 p { color: rgb(83,71,0); }

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

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

 a { background-color: rgb(83,71,0); }

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

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

 span { border-color: rgb(83,71,0); }

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