#534721

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

Shades of Bronze Olive #534721

Tints of Bronze Olive #534721

Color information

#534721 (or 0x534721) is unknown color: approx Bronze Olive. HEX triplet: 53, 47 and 21. RGB value is (83,71,33). Sum of RGB (Red+Green+Blue) = 83+71+33=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #534721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534721 is #ACB8DE. Grayscale: #464646. Windows color (decimal): -11319519 or 2180947. OLE color: 2180947.

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

Color convert

RGB837133-
CMYK00.140.600.67
HSL45.6º43.1%22.75%-
HSV(B)45.6º60.24%32.55%-
XYZ6.16.462.36-
YUV70.26106.98137.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 71 (28.12% from 255) = 37.97%
BLUE value IS 33 (13.28% from 255) = 17.65%
R=44.39%
G=37.97%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83713300.140.600.6745.643.122.75
Hex5347210E3C432e2b17
Octal1231074101674103565327
Binary1010011100011110000101110111100100001110111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534721; }

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

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

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

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

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

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

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

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