#564B27

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

Shades of Bronze Olive #564B27

Tints of Bronze Olive #564B27

Color information

#564B27 (or 0x564B27) is unknown color: approx Bronze Olive. HEX triplet: 56, 4B and 27. RGB value is (86,75,39). Sum of RGB (Red+Green+Blue) = 86+75+39=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 86 - color contains mainly: red. Hex color #564B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B27 is #A9B4D8. Grayscale: #4A4A4A. Windows color (decimal): -11121881 or 2575190. OLE color: 2575190.

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

Color convert

RGB867539-
CMYK00.130.550.66
HSL45.96º37.6%24.51%-
HSV(B)45.96º54.65%33.73%-
XYZ6.727.162.95-
YUV74.18108.14136.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43%
GREEN value IS 75 (29.69% from 255) = 37.5%
BLUE value IS 39 (15.62% from 255) = 19.5%
R=43%
G=37.5%
B=19.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86753900.130.550.6645.9637.624.51
Hex564B270D37422e2619
Octal1261134701567102564631
Binary1010110100101110011101101110111100001010111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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