#56362D

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

Shades of Redwood #56362D

Tints of Redwood #56362D

Color information

#56362D (or 0x56362D) is unknown color: approx Redwood. HEX triplet: 56, 36 and 2D. RGB value is (86,54,45). Sum of RGB (Red+Green+Blue) = 86+54+45=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #56362D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56362D is #A9C9D2. Grayscale: #3E3E3E. Windows color (decimal): -11127251 or 2963030. OLE color: 2963030.

HSL color Cylindrical-coordinate representation of color #56362D: hue angle of 13.17º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56362D is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB865445-
CMYK00.370.480.66
HSL13.17º31.3%25.69%-
HSV(B)13.17º47.67%33.73%-
XYZ5.634.813.11-
YUV62.54118.1144.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.49%
GREEN value IS 54 (21.48% from 255) = 29.19%
BLUE value IS 45 (17.97% from 255) = 24.32%
R=46.49%
G=29.19%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86544500.370.480.6613.1731.325.69
Hex56362D0253042d1f1a
Octal126665504560102153732
Binary10101101101101011010100101110000100001011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56362D; }

 p { color: rgb(86,54,45); }

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

<style>
 a { background-color: #56362D; }

 a { background-color: rgb(86,54,45); }

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

<style>
 span { border-color: #56362D; }

 span { border-color: rgb(86,54,45); }

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