#564418

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

Shades of Bronze Olive #564418

Tints of Bronze Olive #564418

Color information

#564418 (or 0x564418) is unknown color: approx Bronze Olive. HEX triplet: 56, 44 and 18. RGB value is (86,68,24). Sum of RGB (Red+Green+Blue) = 86+68+24=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #564418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564418 is #A9BBE7. Grayscale: #444444. Windows color (decimal): -11123688 or 1590358. OLE color: 1590358.

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

Color convert

RGB866824-
CMYK00.210.720.66
HSL42.58º56.36%21.57%-
HSV(B)42.58º72.09%33.73%-
XYZ6.076.181.74-
YUV68.37102.96140.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.31%
GREEN value IS 68 (26.95% from 255) = 38.20%
BLUE value IS 24 (9.77% from 255) = 13.48%
R=48.31%
G=38.20%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86682400.210.720.6642.5856.3621.57
Hex56441801548422b3816
Octal12610430025110102537026
Binary10101101000100110000101011001000100001010101111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564418; }

 p { color: rgb(86,68,24); }

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

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

 a { background-color: rgb(86,68,24); }

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

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

 span { border-color: rgb(86,68,24); }

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