#56352C

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

Shades of Redwood #56352C

Tints of Redwood #56352C

Color information

#56352C (or 0x56352C) is unknown color: approx Redwood. HEX triplet: 56, 35 and 2C. RGB value is (86,53,44). Sum of RGB (Red+Green+Blue) = 86+53+44=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #56352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56352C is #A9CAD3. Grayscale: #3D3D3D. Windows color (decimal): -11127508 or 2897238. OLE color: 2897238.

HSL color Cylindrical-coordinate representation of color #56352C: hue angle of 12.86º 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 #56352C is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB865344-
CMYK00.380.490.66
HSL12.86º32.31%25.49%-
HSV(B)12.86º48.84%33.73%-
XYZ5.574.713-
YUV61.84117.93145.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.99%
GREEN value IS 53 (21.09% from 255) = 28.96%
BLUE value IS 44 (17.58% from 255) = 24.04%
R=46.99%
G=28.96%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86534400.380.490.6612.8632.3125.49
Hex56352C0263142d2019
Octal126655404661102154031
Binary101011011010110110001001101100011000010110110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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