#534A00

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

Shades of Bronze Olive #534A00

Tints of Bronze Olive #534A00

Color information

#534A00 (or 0x534A00) is unknown color: approx Bronze Olive. HEX triplet: 53, 4A and 00. RGB value is (83,74,0). Sum of RGB (Red+Green+Blue) = 83+74+0=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 74 (29.30% from 255 or 47.13% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #534A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534A00 is #ACB5FF. Grayscale: #444444. Windows color (decimal): -11318784 or 19027. OLE color: 19027.

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

Color convert

RGB83740-
CMYK00.1110.67
HSL53.49º100%16.27%-
HSV(B)53.49º100%32.55%-
XYZ6.026.740.98-
YUV68.2689.48138.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 74 (29.30% from 255) = 47.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.87%
G=47.13%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8374000.1110.6753.4910016.27
Hex534A00B6443356410
Octal12311200131441036514420
Binary1010011100101000101111001001000011110101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534A00; }

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

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

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

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

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

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

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

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