#563128

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

Shades of Redwood #563128

Tints of Redwood #563128

Color information

#563128 (or 0x563128) is unknown color: approx Redwood. HEX triplet: 56, 31 and 28. RGB value is (86,49,40). Sum of RGB (Red+Green+Blue) = 86+49+40=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #563128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563128 is #A9CED7. Grayscale: #3B3B3B. Windows color (decimal): -11128536 or 2634070. OLE color: 2634070.

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

Color convert

RGB864940-
CMYK00.430.530.66
HSL11.74º36.51%24.71%-
HSV(B)11.74º53.49%33.73%-
XYZ5.324.332.56-
YUV59.04117.26147.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.14%
GREEN value IS 49 (19.53% from 255) = 28%
BLUE value IS 40 (16.02% from 255) = 22.86%
R=49.14%
G=28%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86494000.430.530.6611.7436.5124.71
Hex56312802B3542c2519
Octal126615005365102144531
Binary101011011000110100001010111101011000010110010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563128; }

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

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

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

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

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

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

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

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