#534600

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

Shades of Bronze Olive #534600

Tints of Bronze Olive #534600

Color information

#534600 (or 0x534600) is unknown color: approx Bronze Olive. HEX triplet: 53, 46 and 00. RGB value is (83,70,0). Sum of RGB (Red+Green+Blue) = 83+70+0=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #534600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534600 is #ACB9FF. Grayscale: #424242. Windows color (decimal): -11319808 or 18003. OLE color: 18003.

HSL color Cylindrical-coordinate representation of color #534600: hue angle of 50.6º 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 #534600 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB83700-
CMYK00.1610.67
HSL50.6º100%16.27%-
HSV(B)50.6º100%32.55%-
XYZ5.766.220.9-
YUV65.9190.81140.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.25%
GREEN value IS 70 (27.73% from 255) = 45.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.25%
G=45.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8370000.1610.6750.610016.27
Hex534600106443336410
Octal12310600201441036314420
Binary10100111000110001000011001001000011110011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534600; }

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

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

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

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

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

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

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

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