#564315

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

Shades of Bronze Olive #564315

Tints of Bronze Olive #564315

Color information

#564315 (or 0x564315) is unknown color: approx Bronze Olive. HEX triplet: 56, 43 and 15. RGB value is (86,67,21). Sum of RGB (Red+Green+Blue) = 86+67+21=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #564315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564315 is #A9BCEA. Grayscale: #434343. Windows color (decimal): -11123947 or 1393494. OLE color: 1393494.

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

Color convert

RGB866721-
CMYK00.220.760.66
HSL42.46º60.75%20.98%-
HSV(B)42.46º75.58%33.73%-
XYZ5.986.051.56-
YUV67.44101.79141.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.43%
GREEN value IS 67 (26.56% from 255) = 38.51%
BLUE value IS 21 (8.59% from 255) = 12.07%
R=49.43%
G=38.51%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86672100.220.760.6642.4660.7520.98
Hex5643150164C422a3d15
Octal12610325026114102527525
Binary10101101000011101010101101001100100001010101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564315; }

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

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

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

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

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

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

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

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