#565023

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

Shades of Bronze Olive #565023

Tints of Bronze Olive #565023

Color information

#565023 (or 0x565023) is unknown color: approx Bronze Olive. HEX triplet: 56, 50 and 23. RGB value is (86,80,35). Sum of RGB (Red+Green+Blue) = 86+80+35=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #565023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565023 is #A9AFDC. Grayscale: #4C4C4C. Windows color (decimal): -11120605 or 2314326. OLE color: 2314326.

HSL color Cylindrical-coordinate representation of color #565023: hue angle of 52.94º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #565023 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB868035-
CMYK00.070.590.66
HSL52.94º42.15%23.73%-
HSV(B)52.94º59.3%33.73%-
XYZ7.017.842.73-
YUV76.66104.49134.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.79%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 35 (14.06% from 255) = 17.41%
R=42.79%
G=39.80%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86803500.070.590.6652.9442.1523.73
Hex565023073B42352a18
Octal126120430773102655230
Binary101011010100001000110111111011100001011010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565023; }

 p { color: rgb(86,80,35); }

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

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

 a { background-color: rgb(86,80,35); }

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

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

 span { border-color: rgb(86,80,35); }

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