#564317

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

Shades of Bronze Olive #564317

Tints of Bronze Olive #564317

Color information

#564317 (or 0x564317) is unknown color: approx Bronze Olive. HEX triplet: 56, 43 and 17. RGB value is (86,67,23). Sum of RGB (Red+Green+Blue) = 86+67+23=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 23 (9.38% from 255 or 13.07% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #564317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564317 is #A9BCE8. Grayscale: #434343. Windows color (decimal): -11123945 or 1524566. OLE color: 1524566.

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

Color convert

RGB866723-
CMYK00.220.730.66
HSL41.9º57.8%21.37%-
HSV(B)41.9º73.26%33.73%-
XYZ66.051.66-
YUV67.67102.79141.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.86%
GREEN value IS 67 (26.56% from 255) = 38.07%
BLUE value IS 23 (9.38% from 255) = 13.07%
R=48.86%
G=38.07%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86672300.220.730.6641.957.821.37
Hex56431701649422a3a15
Octal12610327026111102527225
Binary10101101000011101110101101001001100001010101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564317; }

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

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

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

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

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

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

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

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