#565322

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

Shades of Bronze Olive #565322

Tints of Bronze Olive #565322

Color information

#565322 (or 0x565322) is unknown color: approx Bronze Olive. HEX triplet: 56, 53 and 22. RGB value is (86,83,34). Sum of RGB (Red+Green+Blue) = 86+83+34=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #565322 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565322 is #A9ACDD. Grayscale: #4E4E4E. Windows color (decimal): -11119838 or 2249558. OLE color: 2249558.

HSL color Cylindrical-coordinate representation of color #565322: hue angle of 56.54º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #565322 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB868334-
CMYK00.030.600.66
HSL56.54º43.33%23.53%-
HSV(B)56.54º60.47%33.73%-
XYZ7.228.282.73-
YUV78.31102.99133.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.36%
GREEN value IS 83 (32.81% from 255) = 40.89%
BLUE value IS 34 (13.67% from 255) = 16.75%
R=42.36%
G=40.89%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86833400.030.600.6656.5443.3323.53
Hex565322033C42392b18
Octal126123420374102715330
Binary10101101010011100010011111100100001011100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565322; }

 p { color: rgb(86,83,34); }

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

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

 a { background-color: rgb(86,83,34); }

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

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

 span { border-color: rgb(86,83,34); }

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