#564230

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

Shades of Deep Bronze #564230

Tints of Deep Bronze #564230

Color information

#564230 (or 0x564230) is unknown color: approx Deep Bronze. HEX triplet: 56, 42 and 30. RGB value is (86,66,48). Sum of RGB (Red+Green+Blue) = 86+66+48=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 86 - color contains mainly: red. Hex color #564230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564230 is #A9BDCF. Grayscale: #464646. Windows color (decimal): -11124176 or 3162710. OLE color: 3162710.

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

Color convert

RGB866648-
CMYK00.230.440.66
HSL28.42º28.36%26.27%-
HSV(B)28.42º44.19%33.73%-
XYZ6.326.093.64-
YUV69.93115.63139.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43%
GREEN value IS 66 (26.17% from 255) = 33%
BLUE value IS 48 (19.14% from 255) = 24%
R=43%
G=33%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86664800.230.440.6628.4228.3626.27
Hex5642300172C421c1c1a
Octal1261026002754102343432
Binary101011010000101100000101111011001000010111001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564230; }

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

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

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

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

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

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

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

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