#564023

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

Shades of Deep Bronze #564023

Tints of Deep Bronze #564023

Color information

#564023 (or 0x564023) is unknown color: approx Deep Bronze. HEX triplet: 56, 40 and 23. RGB value is (86,64,35). Sum of RGB (Red+Green+Blue) = 86+64+35=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #564023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564023 is #A9BFDC. Grayscale: #434343. Windows color (decimal): -11124701 or 2310230. OLE color: 2310230.

HSL color Cylindrical-coordinate representation of color #564023: hue angle of 34.12º 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 #564023 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB866435-
CMYK00.260.590.66
HSL34.12º42.15%23.73%-
HSV(B)34.12º59.3%33.73%-
XYZ5.975.772.39-
YUV67.27109.79141.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.49%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 35 (14.06% from 255) = 18.92%
R=46.49%
G=34.59%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86643500.260.590.6634.1242.1523.73
Hex56402301A3B42222a18
Octal1261004303273102425230
Binary10101101000000100011011010111011100001010001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564023; }

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

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

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

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

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

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

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

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