#564226

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

Shades of Deep Bronze #564226

Tints of Deep Bronze #564226

Color information

#564226 (or 0x564226) is unknown color: approx Deep Bronze. HEX triplet: 56, 42 and 26. RGB value is (86,66,38). Sum of RGB (Red+Green+Blue) = 86+66+38=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #564226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564226 is #A9BDD9. Grayscale: #444444. Windows color (decimal): -11124186 or 2507350. OLE color: 2507350.

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

Color convert

RGB866638-
CMYK00.230.560.66
HSL35º38.71%24.31%-
HSV(B)35º55.81%33.73%-
XYZ6.146.012.67-
YUV68.79110.63140.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.26%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 38 (15.23% from 255) = 20%
R=45.26%
G=34.74%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86663800.230.560.663538.7124.31
Hex5642260173842232718
Octal1261024602770102434730
Binary10101101000010100110010111111000100001010001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564226; }

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

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

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

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

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

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

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

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