#56342B

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

Shades of Redwood #56342B

Tints of Redwood #56342B

Color information

#56342B (or 0x56342B) is unknown color: approx Redwood. HEX triplet: 56, 34 and 2B. RGB value is (86,52,43). Sum of RGB (Red+Green+Blue) = 86+52+43=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #56342B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56342B is #A9CBD4. Grayscale: #3D3D3D. Windows color (decimal): -11127765 or 2831446. OLE color: 2831446.

HSL color Cylindrical-coordinate representation of color #56342B: hue angle of 12.56º 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 #56342B is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.66.

Color convert

RGB865243-
CMYK00.400.500.66
HSL12.56º33.33%25.29%-
HSV(B)12.56º50%33.73%-
XYZ5.54.612.89-
YUV61.14117.76145.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.51%
GREEN value IS 52 (20.70% from 255) = 28.73%
BLUE value IS 43 (17.19% from 255) = 23.76%
R=47.51%
G=28.73%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86524300.400.500.6612.5633.3325.29
Hex56342B0283242d2119
Octal126645305062102154131
Binary101011011010010101101010001100101000010110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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