#563F1C

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

Shades of Deep Bronze #563F1C

Tints of Deep Bronze #563F1C

Color information

#563F1C (or 0x563F1C) is unknown color: approx Deep Bronze. HEX triplet: 56, 3F and 1C. RGB value is (86,63,28). Sum of RGB (Red+Green+Blue) = 86+63+28=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #563F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F1C is #A9C0E3. Grayscale: #424242. Windows color (decimal): -11124964 or 1851222. OLE color: 1851222.

HSL color Cylindrical-coordinate representation of color #563F1C: hue angle of 36.21º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #563F1C is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB866328-
CMYK00.270.670.66
HSL36.21º50.88%22.35%-
HSV(B)36.21º67.44%33.73%-
XYZ5.825.621.88-
YUV65.89106.62142.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.59%
GREEN value IS 63 (25% from 255) = 35.59%
BLUE value IS 28 (11.33% from 255) = 15.82%
R=48.59%
G=35.59%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86632800.270.670.6636.2150.8822.35
Hex563F1C01B4342243316
Octal1267734033103102446326
Binary1010110111111111000110111000011100001010010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,63,28); }

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

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

 a { background-color: rgb(86,63,28); }

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

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

 span { border-color: rgb(86,63,28); }

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