#534803

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

Shades of Bronze Olive #534803

Tints of Bronze Olive #534803

Color information

#534803 (or 0x534803) is unknown color: approx Bronze Olive. HEX triplet: 53, 48 and 03. RGB value is (83,72,3). Sum of RGB (Red+Green+Blue) = 83+72+3=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #534803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534803 is #ACB7FC. Grayscale: #434343. Windows color (decimal): -11319293 or 215123. OLE color: 215123.

HSL color Cylindrical-coordinate representation of color #534803: hue angle of 51.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #534803 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB83723-
CMYK00.130.960.67
HSL51.75º93.02%16.86%-
HSV(B)51.75º96.39%32.55%-
XYZ5.96.481.03-
YUV67.4291.64139.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.53%
GREEN value IS 72 (28.52% from 255) = 45.57%
BLUE value IS 3 (1.56% from 255) = 1.90%
R=52.53%
G=45.57%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8372300.130.960.6751.7593.0216.86
Hex534830D6043345d11
Octal12311030151401036413521
Binary10100111001000110110111000001000011110100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534803; }

 p { color: rgb(83,72,3); }

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

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

 a { background-color: rgb(83,72,3); }

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

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

 span { border-color: rgb(83,72,3); }

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