#564B2A

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

Shades of Bronze Olive #564B2A

Tints of Bronze Olive #564B2A

Color information

#564B2A (or 0x564B2A) is unknown color: approx Bronze Olive. HEX triplet: 56, 4B and 2A. RGB value is (86,75,42). Sum of RGB (Red+Green+Blue) = 86+75+42=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #564B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B2A is #A9B4D5. Grayscale: #4A4A4A. Windows color (decimal): -11121878 or 2771798. OLE color: 2771798.

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

Color convert

RGB867542-
CMYK00.130.510.66
HSL45º34.38%25.1%-
HSV(B)45º51.16%33.73%-
XYZ6.777.183.22-
YUV74.53109.64136.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.36%
GREEN value IS 75 (29.69% from 255) = 36.95%
BLUE value IS 42 (16.80% from 255) = 20.69%
R=42.36%
G=36.95%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86754200.130.510.664534.3825.1
Hex564B2A0D33422d2219
Octal1261135201563102554231
Binary1010110100101110101001101110011100001010110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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