#534928

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

Shades of Bronze Olive #534928

Tints of Bronze Olive #534928

Color information

#534928 (or 0x534928) is unknown color: approx Bronze Olive. HEX triplet: 53, 49 and 28. RGB value is (83,73,40). Sum of RGB (Red+Green+Blue) = 83+73+40=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #534928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534928 is #ACB6D7. Grayscale: #484848. Windows color (decimal): -11319000 or 2640211. OLE color: 2640211.

HSL color Cylindrical-coordinate representation of color #534928: hue angle of 46.05º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #534928 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB837340-
CMYK00.120.520.67
HSL46.05º34.96%24.12%-
HSV(B)46.05º51.81%32.55%-
XYZ6.336.762.98-
YUV72.23109.81135.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 73 (28.91% from 255) = 37.24%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=42.35%
G=37.24%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83734000.120.520.6746.0534.9624.12
Hex5349280C34432e2318
Octal1231115001464103564330
Binary1010011100100110100001100110100100001110111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534928; }

 p { color: rgb(83,73,40); }

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

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

 a { background-color: rgb(83,73,40); }

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

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

 span { border-color: rgb(83,73,40); }

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