#56332C

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

Shades of Redwood #56332C

Tints of Redwood #56332C

Color information

#56332C (or 0x56332C) is unknown color: approx Redwood. HEX triplet: 56, 33 and 2C. RGB value is (86,51,44). Sum of RGB (Red+Green+Blue) = 86+51+44=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #56332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56332C is #A9CCD3. Grayscale: #3C3C3C. Windows color (decimal): -11128020 or 2896726. OLE color: 2896726.

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

Color convert

RGB865144-
CMYK00.410.490.66
HSL10º32.31%25.49%-
HSV(B)10º48.84%33.73%-
XYZ5.484.532.97-
YUV60.67118.6146.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.51%
GREEN value IS 51 (20.31% from 255) = 28.18%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=47.51%
G=28.18%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86514400.410.490.661032.3125.49
Hex56332C0293142a2019
Octal126635405161102124031
Binary101011011001110110001010011100011000010101010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56332C; }

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

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

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

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

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

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

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

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