#56362E

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

Shades of Redwood #56362E

Tints of Redwood #56362E

Color information

#56362E (or 0x56362E) is unknown color: approx Redwood. HEX triplet: 56, 36 and 2E. RGB value is (86,54,46). Sum of RGB (Red+Green+Blue) = 86+54+46=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #56362E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56362E is #A9C9D1. Grayscale: #3E3E3E. Windows color (decimal): -11127250 or 3028566. OLE color: 3028566.

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

Color convert

RGB865446-
CMYK00.370.470.66
HSL12º30.3%25.88%-
HSV(B)12º46.51%33.73%-
XYZ5.654.813.22-
YUV62.66118.6144.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.24%
GREEN value IS 54 (21.48% from 255) = 29.03%
BLUE value IS 46 (18.36% from 255) = 24.73%
R=46.24%
G=29.03%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86544600.370.470.661230.325.88
Hex56362E0252F42c1e1a
Octal126665604557102143632
Binary10101101101101011100100101101111100001011001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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