#564E1C

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

Shades of Bronze Olive #564E1C

Tints of Bronze Olive #564E1C

Color information

#564E1C (or 0x564E1C) is unknown color: approx Bronze Olive. HEX triplet: 56, 4E and 1C. RGB value is (86,78,28). Sum of RGB (Red+Green+Blue) = 86+78+28=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #564E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564E1C is #A9B1E3. Grayscale: #4A4A4A. Windows color (decimal): -11121124 or 1855062. OLE color: 1855062.

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

Color convert

RGB867828-
CMYK00.090.670.66
HSL51.72º50.88%22.35%-
HSV(B)51.72º67.44%33.73%-
XYZ6.777.512.19-
YUV74.69101.65136.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.79%
GREEN value IS 78 (30.86% from 255) = 40.62%
BLUE value IS 28 (11.33% from 255) = 14.58%
R=44.79%
G=40.62%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86782800.090.670.6651.7250.8822.35
Hex564E1C094342343316
Octal12611634011103102646326
Binary1010110100111011100010011000011100001011010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,78,28); }

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

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

 a { background-color: rgb(86,78,28); }

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

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

 span { border-color: rgb(86,78,28); }

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