#564630

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

Shades of Deep Bronze #564630

Tints of Deep Bronze #564630

Color information

#564630 (or 0x564630) is unknown color: approx Deep Bronze. HEX triplet: 56, 46 and 30. RGB value is (86,70,48). Sum of RGB (Red+Green+Blue) = 86+70+48=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #564630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564630 is #A9B9CF. Grayscale: #484848. Windows color (decimal): -11123152 or 3163734. OLE color: 3163734.

HSL color Cylindrical-coordinate representation of color #564630: hue angle of 34.74º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #564630 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB867048-
CMYK00.190.440.66
HSL34.74º28.36%26.27%-
HSV(B)34.74º44.19%33.73%-
XYZ6.566.573.72-
YUV72.28114.3137.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.16%
GREEN value IS 70 (27.73% from 255) = 34.31%
BLUE value IS 48 (19.14% from 255) = 23.53%
R=42.16%
G=34.31%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86704800.190.440.6634.7428.3626.27
Hex5646300132C42231c1a
Octal1261066002354102433432
Binary1010110100011011000001001110110010000101000111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564630; }

 p { color: rgb(86,70,48); }

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

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

 a { background-color: rgb(86,70,48); }

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

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

 span { border-color: rgb(86,70,48); }

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