#564126

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

Shades of Deep Bronze #564126

Tints of Deep Bronze #564126

Color information

#564126 (or 0x564126) is unknown color: approx Deep Bronze. HEX triplet: 56, 41 and 26. RGB value is (86,65,38). Sum of RGB (Red+Green+Blue) = 86+65+38=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #564126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564126 is #A9BED9. Grayscale: #444444. Windows color (decimal): -11124442 or 2507094. OLE color: 2507094.

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

Color convert

RGB866538-
CMYK00.240.560.66
HSL33.75º38.71%24.31%-
HSV(B)33.75º55.81%33.73%-
XYZ6.085.92.65-
YUV68.2110.96140.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.50%
GREEN value IS 65 (25.78% from 255) = 34.39%
BLUE value IS 38 (15.23% from 255) = 20.11%
R=45.50%
G=34.39%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86653800.240.560.6633.7538.7124.31
Hex5641260183842222718
Octal1261014603070102424730
Binary10101101000001100110011000111000100001010001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564126; }

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

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

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

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

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

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

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

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