#563227

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

Shades of Redwood #563227

Tints of Redwood #563227

Color information

#563227 (or 0x563227) is unknown color: approx Redwood. HEX triplet: 56, 32 and 27. RGB value is (86,50,39). Sum of RGB (Red+Green+Blue) = 86+50+39=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #563227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563227 is #A9CDD8. Grayscale: #3B3B3B. Windows color (decimal): -11128281 or 2568790. OLE color: 2568790.

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

Color convert

RGB865039-
CMYK00.420.550.66
HSL14.04º37.6%24.51%-
HSV(B)14.04º54.65%33.73%-
XYZ5.344.412.49-
YUV59.51116.43146.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.14%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 39 (15.62% from 255) = 22.29%
R=49.14%
G=28.57%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86503900.420.550.6614.0437.624.51
Hex56322702A3742e2619
Octal126624705267102164631
Binary101011011001010011101010101101111000010111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563227; }

 p { color: rgb(86,50,39); }

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

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

 a { background-color: rgb(86,50,39); }

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

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

 span { border-color: rgb(86,50,39); }

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