#564423

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

Shades of Bronze Olive #564423

Tints of Bronze Olive #564423

Color information

#564423 (or 0x564423) is unknown color: approx Bronze Olive. HEX triplet: 56, 44 and 23. RGB value is (86,68,35). Sum of RGB (Red+Green+Blue) = 86+68+35=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #564423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564423 is #A9BBDC. Grayscale: #454545. Windows color (decimal): -11123677 or 2311254. OLE color: 2311254.

HSL color Cylindrical-coordinate representation of color #564423: hue angle of 38.82º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #564423 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB866835-
CMYK00.210.590.66
HSL38.82º42.15%23.73%-
HSV(B)38.82º59.3%33.73%-
XYZ6.216.232.47-
YUV69.62108.46139.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.50%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 35 (14.06% from 255) = 18.52%
R=45.50%
G=35.98%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86683500.210.590.6638.8242.1523.73
Hex5644230153B42272a18
Octal1261044302573102475230
Binary10101101000100100011010101111011100001010011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564423; }

 p { color: rgb(86,68,35); }

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

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

 a { background-color: rgb(86,68,35); }

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

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

 span { border-color: rgb(86,68,35); }

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