#564426

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

Shades of Deep Bronze #564426

Tints of Deep Bronze #564426

Color information

#564426 (or 0x564426) is unknown color: approx Deep Bronze. HEX triplet: 56, 44 and 26. RGB value is (86,68,38). Sum of RGB (Red+Green+Blue) = 86+68+38=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 38 (15.23% from 255 or 19.79% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #564426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564426 is #A9BBD9. Grayscale: #464646. Windows color (decimal): -11123674 or 2507862. OLE color: 2507862.

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

Color convert

RGB866838-
CMYK00.210.560.66
HSL37.5º38.71%24.31%-
HSV(B)37.5º55.81%33.73%-
XYZ6.256.252.71-
YUV69.96109.96139.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.79%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 38 (15.23% from 255) = 19.79%
R=44.79%
G=35.42%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86683800.210.560.6637.538.7124.31
Hex5644260153842262718
Octal1261044602570102464730
Binary10101101000100100110010101111000100001010011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564426; }

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

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

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

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

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

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

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

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