#564527

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

Shades of Deep Bronze #564527

Tints of Deep Bronze #564527

Color information

#564527 (or 0x564527) is unknown color: approx Deep Bronze. HEX triplet: 56, 45 and 27. RGB value is (86,69,39). Sum of RGB (Red+Green+Blue) = 86+69+39=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #564527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564527 is #A9BAD8. Grayscale: #464646. Windows color (decimal): -11123417 or 2573654. OLE color: 2573654.

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

Color convert

RGB866939-
CMYK00.200.550.66
HSL38.3º37.6%24.51%-
HSV(B)38.3º54.65%33.73%-
XYZ6.336.382.82-
YUV70.66110.13138.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.33%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 39 (15.62% from 255) = 20.10%
R=44.33%
G=35.57%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86693900.200.550.6638.337.624.51
Hex5645270143742262619
Octal1261054702467102464631
Binary10101101000101100111010100110111100001010011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564527; }

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

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

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

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

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

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

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

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