#563E1D

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

Shades of Deep Bronze #563E1D

Tints of Deep Bronze #563E1D

Color information

#563E1D (or 0x563E1D) is unknown color: approx Deep Bronze. HEX triplet: 56, 3E and 1D. RGB value is (86,62,29). Sum of RGB (Red+Green+Blue) = 86+62+29=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #563E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563E1D is #A9C1E2. Grayscale: #414141. Windows color (decimal): -11125219 or 1916502. OLE color: 1916502.

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

Color convert

RGB866229-
CMYK00.280.660.66
HSL34.74º49.57%22.55%-
HSV(B)34.74º66.28%33.73%-
XYZ5.785.511.92-
YUV65.41107.45142.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.59%
GREEN value IS 62 (24.61% from 255) = 35.03%
BLUE value IS 29 (11.72% from 255) = 16.38%
R=48.59%
G=35.03%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86622900.280.660.6634.7449.5722.55
Hex563E1D01C4242233217
Octal1267635034102102436227
Binary1010110111110111010111001000010100001010001111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563E1D; }

 p { color: rgb(86,62,29); }

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

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

 a { background-color: rgb(86,62,29); }

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

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

 span { border-color: rgb(86,62,29); }

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