#564828

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

Shades of Bronze Olive #564828

Tints of Bronze Olive #564828

Color information

#564828 (or 0x564828) is unknown color: approx Bronze Olive. HEX triplet: 56, 48 and 28. RGB value is (86,72,40). Sum of RGB (Red+Green+Blue) = 86+72+40=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 86 - color contains mainly: red. Hex color #564828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564828 is #A9B7D7. Grayscale: #484848. Windows color (decimal): -11122648 or 2639958. OLE color: 2639958.

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

Color convert

RGB867240-
CMYK00.160.530.66
HSL41.74º36.51%24.71%-
HSV(B)41.74º53.49%33.73%-
XYZ6.546.772.97-
YUV72.54109.64137.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.43%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 40 (16.02% from 255) = 20.20%
R=43.43%
G=36.36%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86724000.160.530.6641.7436.5124.71
Hex56482801035422a2519
Octal1261105002065102524531
Binary10101101001000101000010000110101100001010101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564828; }

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

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

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

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

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

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

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

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