#56322B

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

Shades of Redwood #56322B

Tints of Redwood #56322B

Color information

#56322B (or 0x56322B) is unknown color: approx Redwood. HEX triplet: 56, 32 and 2B. RGB value is (86,50,43). Sum of RGB (Red+Green+Blue) = 86+50+43=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #56322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56322B is #A9CDD4. Grayscale: #3C3C3C. Windows color (decimal): -11128277 or 2830934. OLE color: 2830934.

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

Color convert

RGB865043-
CMYK00.420.500.66
HSL9.77º33.33%25.29%-
HSV(B)9.77º50%33.73%-
XYZ5.414.432.86-
YUV59.97118.43146.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.04%
GREEN value IS 50 (19.92% from 255) = 27.93%
BLUE value IS 43 (17.19% from 255) = 24.02%
R=48.04%
G=27.93%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86504300.420.500.669.7733.3325.29
Hex56322B02A3242a2119
Octal126625305262102124131
Binary101011011001010101101010101100101000010101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56322B; }

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

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

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

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

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

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

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

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