#564526

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

Shades of Deep Bronze #564526

Tints of Deep Bronze #564526

Color information

#564526 (or 0x564526) is unknown color: approx Deep Bronze. HEX triplet: 56, 45 and 26. RGB value is (86,69,38). Sum of RGB (Red+Green+Blue) = 86+69+38=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 86 - color contains mainly: red. Hex color #564526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564526 is #A9BAD9. Grayscale: #464646. Windows color (decimal): -11123418 or 2508118. OLE color: 2508118.

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

Color convert

RGB866938-
CMYK00.200.560.66
HSL38.75º38.71%24.31%-
HSV(B)38.75º55.81%33.73%-
XYZ6.326.372.73-
YUV70.55109.63139.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.56%
GREEN value IS 69 (27.34% from 255) = 35.75%
BLUE value IS 38 (15.23% from 255) = 19.69%
R=44.56%
G=35.75%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86693800.200.560.6638.7538.7124.31
Hex5645260143842272718
Octal1261054602470102474730
Binary10101101000101100110010100111000100001010011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564526; }

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

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

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

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

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

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

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

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