#564125

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

Shades of Deep Bronze #564125

Tints of Deep Bronze #564125

Color information

#564125 (or 0x564125) is unknown color: approx Deep Bronze. HEX triplet: 56, 41 and 25. RGB value is (86,65,37). Sum of RGB (Red+Green+Blue) = 86+65+37=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #564125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564125 is #A9BEDA. Grayscale: #444444. Windows color (decimal): -11124443 or 2441558. OLE color: 2441558.

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

Color convert

RGB866537-
CMYK00.240.570.66
HSL34.29º39.84%24.12%-
HSV(B)34.29º56.98%33.73%-
XYZ6.065.892.57-
YUV68.09110.46140.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.74%
GREEN value IS 65 (25.78% from 255) = 34.57%
BLUE value IS 37 (14.84% from 255) = 19.68%
R=45.74%
G=34.57%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86653700.240.570.6634.2939.8424.12
Hex5641250183942222818
Octal1261014503071102425030
Binary10101101000001100101011000111001100001010001010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564125; }

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

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

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

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

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

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

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

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