#564424

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

Shades of Deep Bronze #564424

Tints of Deep Bronze #564424

Color information

#564424 (or 0x564424) is unknown color: approx Deep Bronze. HEX triplet: 56, 44 and 24. RGB value is (86,68,36). Sum of RGB (Red+Green+Blue) = 86+68+36=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #564424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564424 is #A9BBDB. Grayscale: #454545. Windows color (decimal): -11123676 or 2376790. OLE color: 2376790.

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

Color convert

RGB866836-
CMYK00.210.580.66
HSL38.4º40.98%23.92%-
HSV(B)38.4º58.14%33.73%-
XYZ6.226.242.55-
YUV69.73108.96139.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.26%
GREEN value IS 68 (26.95% from 255) = 35.79%
BLUE value IS 36 (14.45% from 255) = 18.95%
R=45.26%
G=35.79%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86683600.210.580.6638.440.9823.92
Hex5644240153A42262918
Octal1261044402572102465130
Binary10101101000100100100010101111010100001010011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564424; }

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

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

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

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

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

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

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

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