#565126

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

Shades of Bronze Olive #565126

Tints of Bronze Olive #565126

Color information

#565126 (or 0x565126) is unknown color: approx Bronze Olive. HEX triplet: 56, 51 and 26. RGB value is (86,81,38). Sum of RGB (Red+Green+Blue) = 86+81+38=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #565126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565126 is #A9AED9. Grayscale: #4D4D4D. Windows color (decimal): -11120346 or 2511190. OLE color: 2511190.

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

Color convert

RGB868138-
CMYK00.060.560.66
HSL53.75º38.71%24.31%-
HSV(B)53.75º55.81%33.73%-
XYZ7.1383-
YUV77.59105.66134-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 81 (32.03% from 255) = 39.51%
BLUE value IS 38 (15.23% from 255) = 18.54%
R=41.95%
G=39.51%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86813800.060.560.6653.7538.7124.31
Hex565126063842362718
Octal126121460670102664730
Binary101011010100011001100110111000100001011011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565126; }

 p { color: rgb(86,81,38); }

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

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

 a { background-color: rgb(86,81,38); }

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

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

 span { border-color: rgb(86,81,38); }

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