#564127

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

Shades of Deep Bronze #564127

Tints of Deep Bronze #564127

Color information

#564127 (or 0x564127) is unknown color: approx Deep Bronze. HEX triplet: 56, 41 and 27. RGB value is (86,65,39). Sum of RGB (Red+Green+Blue) = 86+65+39=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 39 (15.62% from 255 or 20.53% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #564127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564127 is #A9BED8. Grayscale: #444444. Windows color (decimal): -11124441 or 2572630. OLE color: 2572630.

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

Color convert

RGB866539-
CMYK00.240.550.66
HSL33.19º37.6%24.51%-
HSV(B)33.19º54.65%33.73%-
XYZ6.095.912.74-
YUV68.32111.46140.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.26%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 39 (15.62% from 255) = 20.53%
R=45.26%
G=34.21%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86653900.240.550.6633.1937.624.51
Hex5641270183742212619
Octal1261014703067102414631
Binary10101101000001100111011000110111100001010000110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564127; }

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

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

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

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

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

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

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

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