#534923

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

Shades of Bronze Olive #534923

Tints of Bronze Olive #534923

Color information

#534923 (or 0x534923) is unknown color: approx Bronze Olive. HEX triplet: 53, 49 and 23. RGB value is (83,73,35). Sum of RGB (Red+Green+Blue) = 83+73+35=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #534923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534923 is #ACB6DC. Grayscale: #474747. Windows color (decimal): -11319005 or 2312531. OLE color: 2312531.

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

Color convert

RGB837335-
CMYK00.120.580.67
HSL47.5º40.68%23.14%-
HSV(B)47.5º57.83%32.55%-
XYZ6.256.732.56-
YUV71.66107.31136.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.46%
GREEN value IS 73 (28.91% from 255) = 38.22%
BLUE value IS 35 (14.06% from 255) = 18.32%
R=43.46%
G=38.22%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83733500.120.580.6747.540.6823.14
Hex5349230C3A43302917
Octal1231114301472103605127
Binary1010011100100110001101100111010100001111000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534923; }

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

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

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

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

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

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

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

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