#56332A

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

Shades of Redwood #56332A

Tints of Redwood #56332A

Color information

#56332A (or 0x56332A) is unknown color: approx Redwood. HEX triplet: 56, 33 and 2A. RGB value is (86,51,42). Sum of RGB (Red+Green+Blue) = 86+51+42=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #56332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56332A is #A9CCD5. Grayscale: #3C3C3C. Windows color (decimal): -11128022 or 2765654. OLE color: 2765654.

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

Color convert

RGB865142-
CMYK00.410.510.66
HSL12.27º34.38%25.1%-
HSV(B)12.27º51.16%33.73%-
XYZ5.444.512.77-
YUV60.44117.6146.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.04%
GREEN value IS 51 (20.31% from 255) = 28.49%
BLUE value IS 42 (16.80% from 255) = 23.46%
R=48.04%
G=28.49%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86514200.410.510.6612.2734.3825.1
Hex56332A0293342c2219
Octal126635205163102144231
Binary101011011001110101001010011100111000010110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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