#564B12

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

Shades of Bronze Olive #564B12

Tints of Bronze Olive #564B12

Color information

#564B12 (or 0x564B12) is unknown color: approx Bronze Olive. HEX triplet: 56, 4B and 12. RGB value is (86,75,18). Sum of RGB (Red+Green+Blue) = 86+75+18=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #564B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564B12 is #A9B4ED. Grayscale: #484848. Windows color (decimal): -11121902 or 1198934. OLE color: 1198934.

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

Color convert

RGB867518-
CMYK00.130.790.66
HSL50.29º65.38%20.39%-
HSV(B)50.29º79.07%33.73%-
XYZ6.467.051.59-
YUV71.7997.64138.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.04%
GREEN value IS 75 (29.69% from 255) = 41.90%
BLUE value IS 18 (7.42% from 255) = 10.06%
R=48.04%
G=41.90%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86751800.130.790.6650.2965.3820.39
Hex564B120D4F42324114
Octal126113220151171026210124
Binary10101101001011100100110110011111000010110010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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