#565125

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

Shades of Bronze Olive #565125

Tints of Bronze Olive #565125

Color information

#565125 (or 0x565125) is unknown color: approx Bronze Olive. HEX triplet: 56, 51 and 25. RGB value is (86,81,37). Sum of RGB (Red+Green+Blue) = 86+81+37=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #565125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565125 is #A9AEDA. Grayscale: #4D4D4D. Windows color (decimal): -11120347 or 2445654. OLE color: 2445654.

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

Color convert

RGB868137-
CMYK00.060.570.66
HSL53.88º39.84%24.12%-
HSV(B)53.88º56.98%33.73%-
XYZ7.1182.92-
YUV77.48105.16134.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.16%
GREEN value IS 81 (32.03% from 255) = 39.71%
BLUE value IS 37 (14.84% from 255) = 18.14%
R=42.16%
G=39.71%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86813700.060.570.6653.8839.8424.12
Hex565125063942362818
Octal126121450671102665030
Binary101011010100011001010110111001100001011011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565125; }

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

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

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

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

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

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

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

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