#564425

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

Shades of Deep Bronze #564425

Tints of Deep Bronze #564425

Color information

#564425 (or 0x564425) is unknown color: approx Deep Bronze. HEX triplet: 56, 44 and 25. RGB value is (86,68,37). Sum of RGB (Red+Green+Blue) = 86+68+37=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #564425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564425 is #A9BBDA. Grayscale: #454545. Windows color (decimal): -11123675 or 2442326. OLE color: 2442326.

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

Color convert

RGB866837-
CMYK00.210.570.66
HSL37.96º39.84%24.12%-
HSV(B)37.96º56.98%33.73%-
XYZ6.246.252.63-
YUV69.85109.46139.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.03%
GREEN value IS 68 (26.95% from 255) = 35.60%
BLUE value IS 37 (14.84% from 255) = 19.37%
R=45.03%
G=35.60%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86683700.210.570.6637.9639.8424.12
Hex5644250153942262818
Octal1261044502571102465030
Binary10101101000100100101010101111001100001010011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564425; }

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

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

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

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

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

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

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

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