#564825

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

Shades of Bronze Olive #564825

Tints of Bronze Olive #564825

Color information

#564825 (or 0x564825) is unknown color: approx Bronze Olive. HEX triplet: 56, 48 and 25. RGB value is (86,72,37). Sum of RGB (Red+Green+Blue) = 86+72+37=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #564825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564825 is #A9B7DA. Grayscale: #484848. Windows color (decimal): -11122651 or 2443350. OLE color: 2443350.

HSL color Cylindrical-coordinate representation of color #564825: hue angle of 42.86º 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 #564825 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB867237-
CMYK00.160.570.66
HSL42.86º39.84%24.12%-
HSV(B)42.86º56.98%33.73%-
XYZ6.496.752.71-
YUV72.2108.14137.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.10%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 37 (14.84% from 255) = 18.97%
R=44.10%
G=36.92%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86723700.160.570.6642.8639.8424.12
Hex56482501039422b2818
Octal1261104502071102535030
Binary10101101001000100101010000111001100001010101110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564825; }

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

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

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

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

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

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

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

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