#564217

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

Shades of Bronze Olive #564217

Tints of Bronze Olive #564217

Color information

#564217 (or 0x564217) is unknown color: approx Bronze Olive. HEX triplet: 56, 42 and 17. RGB value is (86,66,23). Sum of RGB (Red+Green+Blue) = 86+66+23=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #564217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564217 is #A9BDE8. Grayscale: #434343. Windows color (decimal): -11124201 or 1524310. OLE color: 1524310.

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

Color convert

RGB866623-
CMYK00.230.730.66
HSL40.95º57.8%21.37%-
HSV(B)40.95º73.26%33.73%-
XYZ5.945.941.64-
YUV67.08103.13141.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.14%
GREEN value IS 66 (26.17% from 255) = 37.71%
BLUE value IS 23 (9.38% from 255) = 13.14%
R=49.14%
G=37.71%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86662300.230.730.6640.9557.821.37
Hex5642170174942293a15
Octal12610227027111102517225
Binary10101101000010101110101111001001100001010100111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564217; }

 p { color: rgb(86,66,23); }

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

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

 a { background-color: rgb(86,66,23); }

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

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

 span { border-color: rgb(86,66,23); }

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