#564223

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

Shades of Deep Bronze #564223

Tints of Deep Bronze #564223

Color information

#564223 (or 0x564223) is unknown color: approx Deep Bronze. HEX triplet: 56, 42 and 23. RGB value is (86,66,35). Sum of RGB (Red+Green+Blue) = 86+66+35=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 35 (14.06% from 255 or 18.72% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #564223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564223 is #A9BDDC. Grayscale: #444444. Windows color (decimal): -11124189 or 2310742. OLE color: 2310742.

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

Color convert

RGB866635-
CMYK00.230.590.66
HSL36.47º42.15%23.73%-
HSV(B)36.47º59.3%33.73%-
XYZ6.0962.43-
YUV68.45109.13140.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.99%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 35 (14.06% from 255) = 18.72%
R=45.99%
G=35.29%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86663500.230.590.6636.4742.1523.73
Hex5642230173B42242a18
Octal1261024302773102445230
Binary10101101000010100011010111111011100001010010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564223; }

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

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

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

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

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

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

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

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