#534523

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

Shades of Bronze Olive #534523

Tints of Bronze Olive #534523

Color information

#534523 (or 0x534523) is unknown color: approx Bronze Olive. HEX triplet: 53, 45 and 23. RGB value is (83,69,35). Sum of RGB (Red+Green+Blue) = 83+69+35=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 35 (14.06% from 255 or 18.72% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #534523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534523 is #ACBADC. Grayscale: #454545. Windows color (decimal): -11320029 or 2311507. OLE color: 2311507.

HSL color Cylindrical-coordinate representation of color #534523: hue angle of 42.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 #534523 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB836935-
CMYK00.170.580.67
HSL42.5º40.68%23.14%-
HSV(B)42.5º57.83%32.55%-
XYZ66.222.47-
YUV69.31108.64137.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 69 (27.34% from 255) = 36.90%
BLUE value IS 35 (14.06% from 255) = 18.72%
R=44.39%
G=36.90%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83693500.170.580.6742.540.6823.14
Hex5345230113A432b2917
Octal1231054302172103535127
Binary10100111000101100011010001111010100001110101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534523; }

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

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

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

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

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

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

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

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