#563328

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

Shades of Redwood #563328

Tints of Redwood #563328

Color information

#563328 (or 0x563328) is unknown color: approx Redwood. HEX triplet: 56, 33 and 28. RGB value is (86,51,40). Sum of RGB (Red+Green+Blue) = 86+51+40=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #563328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563328 is #A9CCD7. Grayscale: #3C3C3C. Windows color (decimal): -11128024 or 2634582. OLE color: 2634582.

HSL color Cylindrical-coordinate representation of color #563328: hue angle of 14.35º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #563328 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB865140-
CMYK00.410.530.66
HSL14.35º36.51%24.71%-
HSV(B)14.35º53.49%33.73%-
XYZ5.44.52.59-
YUV60.21116.6146.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.59%
GREEN value IS 51 (20.31% from 255) = 28.81%
BLUE value IS 40 (16.02% from 255) = 22.60%
R=48.59%
G=28.81%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86514000.410.530.6614.3536.5124.71
Hex5633280293542e2519
Octal126635005165102164531
Binary101011011001110100001010011101011000010111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563328; }

 p { color: rgb(86,51,40); }

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

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

 a { background-color: rgb(86,51,40); }

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

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

 span { border-color: rgb(86,51,40); }

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