#564B0A

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

Shades of Bronze Olive #564B0A

Tints of Bronze Olive #564B0A

Color information

#564B0A (or 0x564B0A) is unknown color: approx Bronze Olive. HEX triplet: 56, 4B and 0A. RGB value is (86,75,10). Sum of RGB (Red+Green+Blue) = 86+75+10=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #564B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564B0A is #A9B4F5. Grayscale: #474747. Windows color (decimal): -11121910 or 674646. OLE color: 674646.

HSL color Cylindrical-coordinate representation of color #564B0A: hue angle of 51.32º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #564B0A is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB867510-
CMYK00.130.880.66
HSL51.32º79.17%18.82%-
HSV(B)51.32º88.37%33.73%-
XYZ6.417.031.31-
YUV70.8893.64138.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.29%
GREEN value IS 75 (29.69% from 255) = 43.86%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=50.29%
G=43.86%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86751000.130.880.6651.3279.1718.82
Hex564BA0D5842334f13
Octal126113120151301026311723
Binary1010110100101110100110110110001000010110011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564B0A; }

 p { color: rgb(86,75,10); }

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

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

 a { background-color: rgb(86,75,10); }

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

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

 span { border-color: rgb(86,75,10); }

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