#563431

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

Shades of Redwood #563431

Tints of Redwood #563431

Color information

#563431 (or 0x563431) is unknown color: approx Redwood. HEX triplet: 56, 34 and 31. RGB value is (86,52,49). Sum of RGB (Red+Green+Blue) = 86+52+49=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #563431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563431 is #A9CBCE. Grayscale: #3D3D3D. Windows color (decimal): -11127759 or 3224662. OLE color: 3224662.

HSL color Cylindrical-coordinate representation of color #563431: hue angle of 4.86º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #563431 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB865249-
CMYK00.400.430.66
HSL4.86º27.41%26.47%-
HSV(B)4.86º43.02%33.73%-
XYZ5.624.663.51-
YUV61.82120.76145.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.99%
GREEN value IS 52 (20.70% from 255) = 27.81%
BLUE value IS 49 (19.53% from 255) = 26.20%
R=45.99%
G=27.81%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86524900.400.430.664.8627.4126.47
Hex5634310282B4251b1a
Octal12664610505310253332
Binary1010110110100110001010100010101110000101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563431; }

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

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

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

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

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

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

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

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