#564427

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

Shades of Deep Bronze #564427

Tints of Deep Bronze #564427

Color information

#564427 (or 0x564427) is unknown color: approx Deep Bronze. HEX triplet: 56, 44 and 27. RGB value is (86,68,39). Sum of RGB (Red+Green+Blue) = 86+68+39=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 86 - color contains mainly: red. Hex color #564427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564427 is #A9BBD8. Grayscale: #464646. Windows color (decimal): -11123673 or 2573398. OLE color: 2573398.

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

Color convert

RGB866839-
CMYK00.210.550.66
HSL37.02º37.6%24.51%-
HSV(B)37.02º54.65%33.73%-
XYZ6.276.262.8-
YUV70.08110.46139.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.56%
GREEN value IS 68 (26.95% from 255) = 35.23%
BLUE value IS 39 (15.62% from 255) = 20.21%
R=44.56%
G=35.23%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86683900.210.550.6637.0237.624.51
Hex5644270153742252619
Octal1261044702567102454631
Binary10101101000100100111010101110111100001010010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564427; }

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

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

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

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

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

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

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

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