#564827

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

Shades of Bronze Olive #564827

Tints of Bronze Olive #564827

Color information

#564827 (or 0x564827) is unknown color: approx Bronze Olive. HEX triplet: 56, 48 and 27. RGB value is (86,72,39). Sum of RGB (Red+Green+Blue) = 86+72+39=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #564827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564827 is #A9B7D8. Grayscale: #484848. Windows color (decimal): -11122649 or 2574422. OLE color: 2574422.

HSL color Cylindrical-coordinate representation of color #564827: hue angle of 42.13º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #564827 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB867239-
CMYK00.160.550.66
HSL42.13º37.6%24.51%-
HSV(B)42.13º54.65%33.73%-
XYZ6.526.762.88-
YUV72.42109.14137.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 72 (28.52% from 255) = 36.55%
BLUE value IS 39 (15.62% from 255) = 19.80%
R=43.65%
G=36.55%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86723900.160.550.6642.1337.624.51
Hex56482701037422a2619
Octal1261104702067102524631
Binary10101101001000100111010000110111100001010101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564827; }

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

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

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

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

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

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

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

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